voxpupuli-acceptance 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/voxpupuli/acceptance/spec_helper_acceptance.rb +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6866e9d634d4af76ba1ca0f0f66a5c500b233922d7e4bf9778fc8b6c8ffb64c
|
4
|
+
data.tar.gz: 8177647c83516dbe5e22f16ca62dd16d7f633e05e67836ec37ad27fc3259d922
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9822328d43646e2a43b7dfff7c73665c08631797049aebde52b90d84bfa118bbeabbbfde23353519841d04edcaa28c34e8b4942fdb98b5b9e2f08e88270e5bcd
|
7
|
+
data.tar.gz: c2358fa82e380f9be4d4a2297dc021ea30764e7bc2c989fc53ba1bda6873d6731bae284e7fd183aaa8a39752baed9fe7d29cb10356d44b33570617e2989f51b3
|
@@ -15,9 +15,13 @@ def configure_beaker(modules: :metadata, &block)
|
|
15
15
|
|
16
16
|
unless ENV['BEAKER_provision'] == 'no'
|
17
17
|
block_on hosts, run_in_parallel: true do |host|
|
18
|
-
BeakerPuppetHelpers::InstallUtils.install_puppet_release_repo_on(host, collection)
|
18
|
+
BeakerPuppetHelpers::InstallUtils.install_puppet_release_repo_on(host, collection) unless collection == 'none'
|
19
19
|
package_name = BeakerPuppetHelpers::InstallUtils.puppet_package_name(host)
|
20
20
|
host.install_package(package_name)
|
21
|
+
|
22
|
+
# by default, puppet-agent creates /etc/profile.d/puppet-agent.sh which adds /opt/puppetlabs/bin to PATH
|
23
|
+
# in our non-interactive ssh sessions we manipulate PATH in ~/.ssh/environment, we need to do this step here as well
|
24
|
+
host.add_env_var('PATH', '/opt/puppetlabs/bin')
|
21
25
|
end
|
22
26
|
end
|
23
27
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: voxpupuli-acceptance
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bcrypt_pbkdf
|