Skip to content

Commit d23c68f

Browse files
author
AJ Christensen
committed
Adding a few more values to @configuration
1 parent 178c320 commit d23c68f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

chef/lib/chef/config.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,16 @@ class Config
3434
include Chef::Mixin::CheckHelper
3535

3636
@configuration = {
37-
:daemonize => false,
37+
:daemonize => nil,
38+
:user => nil,
39+
:group => nil,
40+
:pid_file => nil,
3841
:interval => nil,
3942
:splay => nil,
4043
:solo => false,
44+
:user => nil,
45+
:group => nil,
46+
:json_attribs => nil,
4147
:cookbook_path => [ "/etc/chef/site-cookbook", "/etc/chef/cookbook" ],
4248
:validation_token => nil,
4349
:merb_root => "/var/chef/merb",

0 commit comments

Comments
 (0)