summaryrefslogtreecommitdiff
path: root/chef
diff options
context:
space:
mode:
authorMatthew Kent <mkent@magoazul.com>2009-04-10 17:36:18 -0700
committerMatthew Kent <mkent@magoazul.com>2009-04-14 22:57:11 -0700
commit2b8efe384d39f64049fa9c3ecb609d02c619892b (patch)
treedbadf577f6d740791c8072f262aab4b1ed57580b /chef
parent5081a154d96647e4513ac23a84ca45de699a2ccd (diff)
downloadchef-2b8efe384d39f64049fa9c3ecb609d02c619892b.tar.gz
remove duplicated opts
Diffstat (limited to 'chef')
-rw-r--r--chef/lib/chef/config.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/chef/lib/chef/config.rb b/chef/lib/chef/config.rb
index 9c33ccff53..d5847ed28d 100644
--- a/chef/lib/chef/config.rb
+++ b/chef/lib/chef/config.rb
@@ -41,8 +41,6 @@ class Chef
:interval => nil,
:splay => nil,
:solo => false,
- :user => nil,
- :group => nil,
:json_attribs => nil,
:cookbook_path => [ "/var/chef/site-cookbooks", "/var/chef/cookbooks" ],
:validation_token => nil,