poolparty 1.6.5 → 1.6.6
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/VERSION.yml +1 -1
- data/lib/poolparty/chef_solo.rb +1 -0
- metadata +2 -2
data/VERSION.yml
CHANGED
data/lib/poolparty/chef_solo.rb
CHANGED
|
@@ -17,6 +17,7 @@ module PoolParty
|
|
|
17
17
|
puts "Copying the chef-repo into the base directory from #{repo}"
|
|
18
18
|
|
|
19
19
|
FileUtils.mkdir_p base_directory
|
|
20
|
+
FileUtils.mkdir_p roles_dir # Why do we need this??!?
|
|
20
21
|
if File.directory?(repo)
|
|
21
22
|
if File.exist?(base_directory)
|
|
22
23
|
# First remove the directory
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: poolparty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ari Lerner
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2010-03-
|
|
14
|
+
date: 2010-03-22 00:00:00 -07:00
|
|
15
15
|
default_executable:
|
|
16
16
|
dependencies: []
|
|
17
17
|
|