diff --git a/.kitchen.yml b/.kitchen.yml index 2b9f168..03476e2 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -23,8 +23,6 @@ suites: attributes: prometheus: init_style: 'init' - flags: - storage.remote.timeout: 45s - name: bluepill run_list: diff --git a/recipes/source.rb b/recipes/source.rb index 21327a2..f1f4dad 100644 --- a/recipes/source.rb +++ b/recipes/source.rb @@ -104,7 +104,7 @@ end else template '/etc/init.d/prometheus' do - source "#{node['platform']}/prometheus.erb" + source 'prometheus.erb' owner 'root' group node['root_group'] mode '0755'