kitchen-puppet 3.5.0 → 3.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/kitchen-puppet/version.rb +1 -1
- data/lib/kitchen/provisioner/puppet_apply.rb +1 -1
- data/provisioner_options.md +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94e547ef61a1e9b1250e562c5ae351570e27d87b256e24d953d14bf8f9fc32ce
|
4
|
+
data.tar.gz: 305dd82be23535e94906b879fd3899a469f95fb94e15bd6ea339d30c0341b15f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1745fc9c7146955e0e2dc77d155554e515efaecff6eb8b8019874ff1672a0ec7f0be3839ef90b880c6c1174b90b14e1bdc5fb3557f2656ef05c68866361d9c2
|
7
|
+
data.tar.gz: 424a773177480a801706d8429e53fd945f4758d252607bf24efe79c702a74ee897abbe7a049d3875b17f3b7639a737b144168f2a375a1de14e6a71d10bae329a
|
@@ -46,7 +46,7 @@ module Kitchen
|
|
46
46
|
attr_accessor :tmp_dir
|
47
47
|
|
48
48
|
default_config :require_puppet_collections, true
|
49
|
-
default_config :puppet_yum_collections_repo, '
|
49
|
+
default_config :puppet_yum_collections_repo, 'https://yum.puppetlabs.com/puppet5/puppet5-release-el-6.noarch.rpm'
|
50
50
|
default_config :puppet_apt_collections_repo, 'http://apt.puppetlabs.com/puppet5-release-wheezy.deb'
|
51
51
|
default_config :puppet_coll_remote_path, '/opt/puppetlabs'
|
52
52
|
default_config :puppet_version, nil
|
data/provisioner_options.md
CHANGED
@@ -104,8 +104,8 @@ puppet_version | "latest"| desired version, affects apt and most installs.
|
|
104
104
|
puppet_whitelist_exit_code | nil | Whitelist exit code expected from puppet run. Intended to be used together with `puppet_detailed_exitcodes`. You can also specify a yaml list here (you should use 0 and 2 for `puppet_detailed_exitcodes` to capture puppet runtime errors and allow multiple converge runs (without changes)).
|
105
105
|
puppet_yum_repo | https://yum.puppetlabs.com/ puppetlabs-release-el-6.noarch.rpm | yum repo RH/Centos6
|
106
106
|
_for RH/Centos7 change to_ | https://yum.puppetlabs.com/ puppetlabs-release-el-7.noarch.rpm |
|
107
|
-
puppet_yum_collections_repo |
|
108
|
-
_for RH/Centos7 change to_ |
|
107
|
+
puppet_yum_collections_repo | https://yum.puppetlabs.com/ puppet5/puppet-release-el-6.noarch.rpm | yum collections repo RH/Centos6
|
108
|
+
_for RH/Centos7 change to_ | https://yum.puppetlabs.com/ puppet5/puppet-release-el-7.noarch.rpm |
|
109
109
|
puppetfile_path | | Path to Puppetfile
|
110
110
|
remove_puppet_repo | false | remove copy of puppet repository and puppet configuration on server after running puppet
|
111
111
|
require_chef_for_busser | true | Install chef as currently needed by busser to run tests
|
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: 3.5.
|
4
|
+
version: 3.5.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Neill Turner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: net-ssh
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.0.
|
98
|
+
rubygems_version: 3.0.4
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: puppet provisioner for test-kitchen
|