Skip to content

Commit

Permalink
COOK-233, set pid_file to be consistent with packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jan 6, 2010
1 parent f2cadeb commit 3bc45e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/templates/default/client.rb.erb
Expand Up @@ -25,6 +25,6 @@ role_url "http://<%= @node[:bootstrap][:chef][:server_fqdn] %>:4000"

file_cache_path "<%= @node[:bootstrap][:chef][:cache_path] %>"

pid_file "<%= @node[:bootstrap][:chef][:run_path] %>/chef-client.pid"
pid_file "<%= @node[:bootstrap][:chef][:run_path] %>/client.pid"

Chef::Log::Formatter.show_time = <%= @show_time %>
2 changes: 1 addition & 1 deletion chef/templates/default/client.rb.erb
Expand Up @@ -25,6 +25,6 @@ role_url "http://<%= @node[:chef][:server_fqdn] %>:4000"

file_cache_path "<%= @node[:chef][:cache_path] %>"

pid_file "<%= @node[:chef][:run_path] %>/chef-client.pid"
pid_file "<%= @node[:chef][:run_path] %>/client.pid"

Chef::Log::Formatter.show_time = <%= @show_time %>

0 comments on commit 3bc45e8

Please sign in to comment.