Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
attribute needs to default to nil
  • Loading branch information
Aaron Baer committed May 22, 2014
1 parent a4e2a30 commit fde2433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion attributes/default.rb
Expand Up @@ -3,7 +3,8 @@
default.sensu.admin_user = "Administrator"
default.sensu.directory = 'C:\etc\sensu'
default.sensu.log_directory = 'C:\var\log\sensu'
default.sensu.windows = Mash.new
default.sensu.windows.dism_source = nil
default.sensu.windows.package_options = nil
else
default.sensu.admin_user = "root"
default.sensu.directory = "/etc/sensu"
Expand Down

0 comments on commit fde2433

Please sign in to comment.