Skip to content

Commit

Permalink
Fix sysv init on chef 11
Browse files Browse the repository at this point in the history
The fix for elijah#21 that was committed in 4188c51 had since gotten reverted in
the move to having a service recipe.
  • Loading branch information
ewr committed Mar 22, 2015
1 parent 61bf42f commit de66789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# rubocop:enable Style/HashSyntax
else
template '/etc/init.d/prometheus' do
source "#{node['platform']}/prometheus.erb"
source 'prometheus.erb'
owner 'root'
group node['root_group']
mode '0755'
Expand Down

0 comments on commit de66789

Please sign in to comment.