diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-10-07 12:18:40 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-10-07 12:18:40 -0700 |
commit | f3df32886f55ec1d7e233f159806e7434e381e8a (patch) | |
tree | 38836c0f5f3c7c801ef09e3764b518e6212c63e6 /bin | |
parent | bd0d964eb5b91ac655a8ae8b9cc9ec00b093f116 (diff) | |
download | chef-f3df32886f55ec1d7e233f159806e7434e381e8a.tar.gz |
Updating config file paths
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chef-client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-client b/bin/chef-client index 7be305f5e6..a80020b0aa 100755 --- a/bin/chef-client +++ b/bin/chef-client @@ -27,7 +27,7 @@ require 'rubygems' require 'facter' config = { - :config_file => "/etc/chef/config.rb", + :config_file => "/etc/chef/client.rb", :log_level => :info, :noop => false } |