Skip to content

Commit

Permalink
arch service config files are now templates
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Jul 13, 2011
1 parent 52d1341 commit b4c277c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chef-client/recipes/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@

when "arch"

cookbook_file "/etc/rc.d/chef-client" do
source "rc.d/chef-client"
template "/etc/rc.d/chef-client" do
source "rc.d/chef-client.erb"
mode 0755
end

cookbook_file "/etc/conf.d/chef-client.conf" do
source "conf.d/chef-client.conf"
template "/etc/conf.d/chef-client.conf" do
source "conf.d/chef-client.conf.erb"
mode 0644
end

Expand Down

0 comments on commit b4c277c

Please sign in to comment.