diff options
author | John Keiser <jkeiser@opscode.com> | 2014-08-19 23:53:36 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2014-08-22 09:20:49 -0700 |
commit | 0bccfd74679ae382d04e319972353f9a692bbf30 (patch) | |
tree | 35c0b14677bc4ae9dd9974b08721caf711b70659 /bin | |
parent | 91768b0e9a0a151635a0a7a96823113b200c67c6 (diff) | |
download | chef-zero-0bccfd74679ae382d04e319972353f9a692bbf30.tar.gz |
Move all defaults to DefaultCreator, calculate on fly,
remember ownership
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chef-zero | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chef-zero b/bin/chef-zero index 050d28f..2d42468 100755 --- a/bin/chef-zero +++ b/bin/chef-zero @@ -74,7 +74,7 @@ OptionParser.new do |opts| end.parse! if options[:data_store] - options[:data_store] = ChefZero::DataStore::DefaultFacade.new(options[:data_store], options[:single_org]) + options[:data_store] = ChefZero::DataStore::DefaultFacade.new(options[:data_store], options[:single_org], false) end server = ChefZero::Server.new(options) |