chef-workflow-tasklib 0.2.2 → 0.2.3

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.
@@ -1,4 +1,7 @@
1
- * 0.2.2 March 12, 2012
1
+ * 0.2.3 April 4, 2013
2
+ * the recently added `chef:destroy` task did some things that could get the
3
+ state management into a very angry state.
4
+ * 0.2.2 March 12, 2013
2
5
  * New tasks:
3
6
  * `chef:init` creates a chef server and fills it with your chef repository.
4
7
  Shorthand for `chef_server:create chef:upload`.
@@ -10,10 +13,10 @@
10
13
  * `chef:build`, `chef:converge`, and `chef:destroy` are now repeatable tasks,
11
14
  so you can do things like this: `be rake chef:build[foo] chef:build[bar]`
12
15
  and it does what you expect it to do.
13
- * 0.2.1 February 11, 2012
16
+ * 0.2.1 February 11, 2013
14
17
  * A few common situations would cause cookbook resolvers to not work if they
15
18
  were integrated.
16
- * 0.2.0 February 8, 2012
19
+ * 0.2.0 February 8, 2013
17
20
  * **breaking change**: the 'cookbooks' namespace has been moved to chef:cookbooks
18
21
  * chef:build builds a server or set of servers based on a server group. Uses
19
22
  the provisioner and scheduler, and is tracked no differently than
data/README.md CHANGED
@@ -56,4 +56,5 @@ These companies have assisted by donating time, financial resources, and
56
56
  employment to those working on chef-workflow. Supporting OSS is really really
57
57
  cool and we should reciprocate.
58
58
 
59
+ * [Sourcefire](http://www.sourcefire.com/)
59
60
  * [HotelTonight](http://www.hoteltonight.com)
@@ -1,5 +1,5 @@
1
1
  module ChefWorkflow
2
2
  module Tasklib
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
@@ -13,7 +13,8 @@ namespace :chef do
13
13
  role_name = args[:role_name]
14
14
 
15
15
  with_scheduler do |s|
16
- s.teardown_group(role_name)
16
+ s.run
17
+ s.teardown_group(role_name, false)
17
18
  end
18
19
  end
19
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-workflow-tasklib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-12 00:00:00.000000000 Z
12
+ date: 2013-04-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef-workflow
@@ -129,12 +129,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
129
129
  - - ! '>='
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
+ segments:
133
+ - 0
134
+ hash: 2394964164436620134
132
135
  required_rubygems_version: !ruby/object:Gem::Requirement
133
136
  none: false
134
137
  requirements:
135
138
  - - ! '>='
136
139
  - !ruby/object:Gem::Version
137
140
  version: '0'
141
+ segments:
142
+ - 0
143
+ hash: 2394964164436620134
138
144
  requirements: []
139
145
  rubyforge_project:
140
146
  rubygems_version: 1.8.25