chef_cap 0.3.18 → 0.3.19
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.
- data/lib/chef_cap/version.rb +1 -1
- data/recipes/chef_cap.rb +2 -2
- metadata +9 -19
data/lib/chef_cap/version.rb
CHANGED
data/recipes/chef_cap.rb
CHANGED
|
@@ -238,8 +238,8 @@ namespace :chef do
|
|
|
238
238
|
end
|
|
239
239
|
|
|
240
240
|
task :setup_to_run_chef_solo do
|
|
241
|
-
set :run_chef_solo_deploy_command, "#{exec_chef_solo} -j /tmp/chef-cap-#{rails_env}
|
|
242
|
-
set :run_chef_solo_rollback_command, "#{exec_chef_solo} -j /tmp/chef-cap-#{rails_env}
|
|
241
|
+
set :run_chef_solo_deploy_command, "#{exec_chef_solo} -j /tmp/chef-cap-#{rails_env}-$CAPISTRANO:HOST$.json"
|
|
242
|
+
set :run_chef_solo_rollback_command, "#{exec_chef_solo} -j /tmp/chef-cap-#{rails_env}-$CAPISTRANO:HOST$-rollback.json"
|
|
243
243
|
set :run_chef_solo_block, { :block => lambda { |command_to_run|
|
|
244
244
|
hosts_that_have_run = []
|
|
245
245
|
unless role_order.empty?
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef_cap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.19
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-
|
|
12
|
+
date: 2012-07-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &70281951400000 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,15 +21,10 @@ dependencies:
|
|
|
21
21
|
version: 2.5.5
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ! '>='
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 2.5.5
|
|
24
|
+
version_requirements: *70281951400000
|
|
30
25
|
- !ruby/object:Gem::Dependency
|
|
31
26
|
name: rspec-rails
|
|
32
|
-
requirement: !ruby/object:Gem::Requirement
|
|
27
|
+
requirement: &70281951399500 !ruby/object:Gem::Requirement
|
|
33
28
|
none: false
|
|
34
29
|
requirements:
|
|
35
30
|
- - ! '>='
|
|
@@ -37,12 +32,7 @@ dependencies:
|
|
|
37
32
|
version: '2.1'
|
|
38
33
|
type: :development
|
|
39
34
|
prerelease: false
|
|
40
|
-
version_requirements:
|
|
41
|
-
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- - ! '>='
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
version: '2.1'
|
|
35
|
+
version_requirements: *70281951399500
|
|
46
36
|
description: chef_cap uses chef"s JSON config format to drive both capistrano and
|
|
47
37
|
chef-solo"
|
|
48
38
|
email:
|
|
@@ -103,7 +93,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
103
93
|
version: '0'
|
|
104
94
|
segments:
|
|
105
95
|
- 0
|
|
106
|
-
hash: -
|
|
96
|
+
hash: -1298707690600730626
|
|
107
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
98
|
none: false
|
|
109
99
|
requirements:
|
|
@@ -112,10 +102,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
102
|
version: '0'
|
|
113
103
|
segments:
|
|
114
104
|
- 0
|
|
115
|
-
hash: -
|
|
105
|
+
hash: -1298707690600730626
|
|
116
106
|
requirements: []
|
|
117
107
|
rubyforge_project:
|
|
118
|
-
rubygems_version: 1.8.
|
|
108
|
+
rubygems_version: 1.8.17
|
|
119
109
|
signing_key:
|
|
120
110
|
specification_version: 3
|
|
121
111
|
summary: capistrano + chef-solo == chef_cap"
|