iron_chef 0.0.13 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/iron_chef/plugin.rb +1 -0
- data/lib/iron_chef/tasks.rb +1 -0
- data/lib/iron_chef/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 658538c8d3fee513b70c2293f2a1500e6709026d
|
|
4
|
+
data.tar.gz: 5c0fd516369c0ff2417528c81916cd390a3b564e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e539be5ef9804e8773e5a64275d28b6a00ff6b367539f5dd9aa3ab15c5a43df13f09450b78635fa1c18ec5f3ed7757859555709aabedcc8080499dbc4c24080e
|
|
7
|
+
data.tar.gz: 3774e59e830ad1a0bf2d47b570f71e3cc2b1d7fc50e37e7031376491a0f4a479717cc8446be0d5edcefc0aa3755804e01081bba88da43ce64ef89c0ebb741e49
|
data/Gemfile.lock
CHANGED
data/lib/iron_chef/plugin.rb
CHANGED
|
@@ -152,6 +152,7 @@ module IronChef
|
|
|
152
152
|
data_bag_path File.join(chef_root, 'data_bags')
|
|
153
153
|
json_attribs File.join(chef_root, 'node.json')
|
|
154
154
|
log_level "#{chef_log_level}".to_sym
|
|
155
|
+
ssl_verify_mode "#{chef_ssl_verify_mode}".to_sym
|
|
155
156
|
RUBY
|
|
156
157
|
put solo_rb, "#{chef_destination}/solo.rb", :via => :scp
|
|
157
158
|
end
|
data/lib/iron_chef/tasks.rb
CHANGED
|
@@ -7,6 +7,7 @@ Capistrano::Configuration.instance.load do
|
|
|
7
7
|
set :chef_destination, '/tmp/chef'
|
|
8
8
|
set :chef_cookbooks, %w(cookbooks site-cookbooks)
|
|
9
9
|
set :chef_log_level, 'info'
|
|
10
|
+
set :chef_ssl_verify_mode, 'verify_peer'
|
|
10
11
|
set :chef_command, '/opt/chef/embedded/bin/ruby /opt/chef/bin/chef-solo -c /tmp/chef/solo.rb'
|
|
11
12
|
set :chef_parameters, '--color'
|
|
12
13
|
set :chef_excludes, %w(.git .svn nodes)
|
data/lib/iron_chef/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iron_chef
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Scott Rosenthal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|