Skip to content

Commit

Permalink
missing bracket syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 12, 2010
1 parent 3c255b6 commit b9b3867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/templates/default/chef-client.pill.erb
@@ -1,7 +1,7 @@
Bluepill.application("chef-client") do |app|

app.process("chef-client") do |process|
process.pid_file = "<%= node[:chef[:run_path] %>/chef-client.pid"
process.pid_file = "<%= node[:chef][:run_path] %>/chef-client.pid"
process.working_dir = "<%= node[:chef][:path] %>"
process.start_command = "env PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin<% if node[:languages][:ruby][:gems_dir] %>:<%= node[:languages][:ruby][:gems_dir] %>/bin<% end -%> chef-client -i <%= node[:chef][:client_interval] %> -s <%= node[:chef][:client_splay] %>"
process.stdout = process.stderr = "<%= node[:chef][:log_dir] %>/client.log"
Expand Down

0 comments on commit b9b3867

Please sign in to comment.