kitchen-puppet 0.0.7 → 0.0.8
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.
|
@@ -58,7 +58,8 @@ module Kitchen
|
|
|
58
58
|
attr_reader :puppetfile, :path, :logger
|
|
59
59
|
|
|
60
60
|
def self.load_librarian!(logger)
|
|
61
|
-
first_load = require 'librarian/puppet
|
|
61
|
+
first_load = require 'librarian/puppet'
|
|
62
|
+
require 'librarian/puppet/environment'
|
|
62
63
|
require 'librarian/action/resolve'
|
|
63
64
|
require 'librarian/action/install'
|
|
64
65
|
|
|
@@ -353,7 +353,8 @@ module Kitchen
|
|
|
353
353
|
|
|
354
354
|
tmp_modules_dir = File.join(sandbox_path, 'modules')
|
|
355
355
|
FileUtils.mkdir_p(tmp_modules_dir)
|
|
356
|
-
FileUtils.cp_r(Dir.glob("#{modules}/*"), tmp_modules_dir
|
|
356
|
+
FileUtils.cp_r(Dir.glob("#{modules}/*"), tmp_modules_dir,
|
|
357
|
+
:remove_destination => true)
|
|
357
358
|
end
|
|
358
359
|
|
|
359
360
|
def prepare_hiera_config
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-puppet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
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: 2014-
|
|
12
|
+
date: 2014-05-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! '== DESCRIPTION:
|
|
15
15
|
|