summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-10-07 12:18:40 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-10-07 12:18:40 -0700
commitf3df32886f55ec1d7e233f159806e7434e381e8a (patch)
tree38836c0f5f3c7c801ef09e3764b518e6212c63e6 /bin
parentbd0d964eb5b91ac655a8ae8b9cc9ec00b093f116 (diff)
downloadchef-f3df32886f55ec1d7e233f159806e7434e381e8a.tar.gz
Updating config file paths
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chef-client2
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
}