chef-vpc-toolkit 2.3.0 → 2.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ * Thu Feb 17 2011 Dan Prince <dan.prince@rackspace.com> - 2.3.1
2
+ - Ignore kill errors when bootstrapping Chef on Ubuntu.
3
+
1
4
  * Thu Feb 15 2011 Dan Prince <dan.prince@rackspace.com> - 2.3.0
2
5
  - Support for setting server group VPN device (tap/tun)
3
6
  - Fix issue where chef client would occasionally not start on Ubuntu.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.3.0
1
+ 2.3.1
@@ -26,7 +26,7 @@ if ! dpkg -L chef &> /dev/null; then
26
26
 
27
27
  /etc/init.d/chef-client stop &> /dev/null
28
28
  sleep 2
29
- kill -9 $(pgrep chef-client) || true
29
+ kill -9 $(pgrep chef-client) &> /dev/null || true
30
30
  rm /var/log/chef/client.log
31
31
 
32
32
  fi
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-vpc-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
- - 0
10
- version: 2.3.0
9
+ - 1
10
+ version: 2.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Prince
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-16 00:00:00 -05:00
18
+ date: 2011-02-18 00:00:00 -05:00
19
19
  default_executable: chef-vpc-toolkit
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency