kitchen-puppet 1.45.1 → 1.45.2
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.
- checksums.yaml +4 -4
- data/lib/kitchen-puppet/version.rb +1 -1
- data/lib/kitchen/provisioner/puppet_apply.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40a9713672b9806409b38f36900cf478c2d328af
|
|
4
|
+
data.tar.gz: 8063608365e1e9c90d0cd4c9e349cde7cca882f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd8ad621286b57d01d63c9bffa21bc5bee89fe108bb2dce7ce031a1ae28e0c3770feb5e03bfbf48899abed8e37ed3196064ae56bfed1bcfafa09b16f13d5194a
|
|
7
|
+
data.tar.gz: 3edf3f8e9993365e7e01ecabfad9285d424ee1a9ddc8ab9876f28c691d5bc3ba4a2354550e9e6e386d54e051dfba5d6c4ef45030efba09e9fe089b3fa067ecca
|
|
@@ -297,8 +297,8 @@ module Kitchen
|
|
|
297
297
|
|
|
298
298
|
#{Util.shell_helpers}
|
|
299
299
|
if [ ! -d "#{config[:puppet_coll_remote_path]}" ]; then
|
|
300
|
-
echo "-----> #{sudo_env('yum')} -y
|
|
301
|
-
#{sudo_env('yum')} -y
|
|
300
|
+
echo "-----> #{sudo_env('yum')} -y install #{config[:puppet_yum_collections_repo]}"
|
|
301
|
+
#{sudo_env('yum')} -y install #{config[:puppet_yum_collections_repo]}
|
|
302
302
|
#{sudo_env('yum')} -y install puppet-agent#{puppet_redhat_version}
|
|
303
303
|
fi
|
|
304
304
|
#{install_eyaml("#{config[:puppet_coll_remote_path]}/puppet/bin/gem")}
|
|
@@ -333,8 +333,8 @@ module Kitchen
|
|
|
333
333
|
if [ ! -d "#{config[:puppet_coll_remote_path]}" ]; then
|
|
334
334
|
if [ -f /etc/centos-release ] || [ -f /etc/redhat-release ] || [ -f /etc/oracle-release ] || \
|
|
335
335
|
[ -f /etc/system-release ] || [ grep -q 'Amazon Linux' /etc/system-release ]; then
|
|
336
|
-
echo "-----> #{sudo_env('yum')} -y
|
|
337
|
-
#{sudo_env('yum')} -y
|
|
336
|
+
echo "-----> #{sudo_env('yum')} -y install #{config[:puppet_yum_collections_repo]}"
|
|
337
|
+
#{sudo_env('yum')} -y install #{config[:puppet_yum_collections_repo]}
|
|
338
338
|
#{sudo_env('yum')} -y install puppet-agent#{puppet_redhat_version}
|
|
339
339
|
else
|
|
340
340
|
#{sudo('apt-get')} -y install wget
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-puppet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.45.
|
|
4
|
+
version: 1.45.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Neill Turner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-11-
|
|
11
|
+
date: 2016-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|