summaryrefslogtreecommitdiff
path: root/lib/chef_zero/server.rb
diff options
context:
space:
mode:
authorsawanoboly <sawanoboriyu@higanworks.com>2014-08-22 15:40:41 +0900
committersawanoboly <sawanoboriyu@higanworks.com>2014-08-22 15:40:41 +0900
commit6824b0def09bd6780b11e89c4fd86065f3c0e938 (patch)
tree7e890638c9255fbc65daca324e599ecfb1859701 /lib/chef_zero/server.rb
parente1cb04ddc62fecfb7813d402acd1be07b87ff98a (diff)
downloadchef-zero-6824b0def09bd6780b11e89c4fd86065f3c0e938.tar.gz
change opttype from --ssl to --[no-]ssl
Diffstat (limited to 'lib/chef_zero/server.rb')
-rw-r--r--lib/chef_zero/server.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/chef_zero/server.rb b/lib/chef_zero/server.rb
index 0ef8804..a51d246 100644
--- a/lib/chef_zero/server.rb
+++ b/lib/chef_zero/server.rb
@@ -88,7 +88,8 @@ module ChefZero
:port => 8889,
:log_level => :info,
:generate_real_keys => true,
- :single_org => 'chef'
+ :single_org => 'chef',
+ :ssl => false
}.freeze
def initialize(options = {})