Remove unnecessary include
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
# Recipe:: node_exporter
|
# Recipe:: node_exporter
|
||||||
#
|
#
|
||||||
|
|
||||||
include_recipe "firewall"
|
|
||||||
|
|
||||||
version = node["kosmos_prometheus"]["node_exporter"]["version"]
|
version = node["kosmos_prometheus"]["node_exporter"]["version"]
|
||||||
checksum = node["kosmos_prometheus"]["node_exporter"]["checksum"]
|
checksum = node["kosmos_prometheus"]["node_exporter"]["checksum"]
|
||||||
tarball = "#{Chef::Config[:file_cache_path]}/node_exporter-#{version}.linux-amd64.tar.gz"
|
tarball = "#{Chef::Config[:file_cache_path]}/node_exporter-#{version}.linux-amd64.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user