simp-beaker-helpers 1.18.6 → 1.18.7
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/CHANGELOG.md +4 -0
- data/lib/simp/beaker_helpers.rb +3 -3
- data/lib/simp/beaker_helpers/version.rb +1 -1
- data/spec/acceptance/suites/default/nodesets +1 -1
- data/spec/acceptance/suites/fips_from_fixtures/nodesets +1 -1
- data/spec/acceptance/suites/snapshot/nodesets +1 -1
- metadata +5 -33
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c9e3aa05ef72a88b5b47a58fd135b79f0e18f1c8904e54d20b8795f168e163a
|
|
4
|
+
data.tar.gz: 44ebf1aa2489a831fa8b9477888a0122d3a44a0a92f175c4a5cd7ce5093eeede
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3ccf798229dbc16ed9aceac1b9e21992b35ca23ede613343037bcb0143ab5f9785dcfe797a98d8764f83c5c85bd6e84116f2c5efd842d885905b9c2da4baac7
|
|
7
|
+
data.tar.gz: 26a69f5aa235c6074788d7103cedde8abba88df6216eb8b347456d64e488047b68aa3754d2a86f8f9b7533977d5037e37939f3a471277377ca9ca537cee789af
|
data/CHANGELOG.md
CHANGED
data/lib/simp/beaker_helpers.rb
CHANGED
|
@@ -297,7 +297,7 @@ module Simp::BeakerHelpers
|
|
|
297
297
|
# TODO Use simp-ssh Puppet module appropriately (i.e., in a fashion
|
|
298
298
|
# that doesn't break vagrant access and is appropriate for
|
|
299
299
|
# typical module tests.)
|
|
300
|
-
fips_ssh_ciphers = [ 'aes256-
|
|
300
|
+
fips_ssh_ciphers = [ 'aes256-ctr','aes192-ctr','aes128-ctr']
|
|
301
301
|
on(sut, %(sed -i '/Ciphers /d' /etc/ssh/sshd_config))
|
|
302
302
|
on(sut, %(echo 'Ciphers #{fips_ssh_ciphers.join(',')}' >> /etc/ssh/sshd_config))
|
|
303
303
|
|
|
@@ -333,8 +333,8 @@ module Simp::BeakerHelpers
|
|
|
333
333
|
# Hopefully, Vagrant will update the used ciphers at some point but who
|
|
334
334
|
# knows when that will be
|
|
335
335
|
opensshserver_config = '/etc/crypto-policies/back-ends/opensshserver.config'
|
|
336
|
-
if file_exists_on(
|
|
337
|
-
on(
|
|
336
|
+
if file_exists_on(sut, opensshserver_config)
|
|
337
|
+
on(sut, "sed --follow-symlinks -i 's/PubkeyAcceptedKeyTypes=/PubkeyAcceptedKeyTypes=ssh-rsa,/' #{opensshserver_config}")
|
|
338
338
|
end
|
|
339
339
|
|
|
340
340
|
sut.reboot
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
spec/acceptance/suites/default/../../nodesets
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
spec/acceptance/suites/fips_from_fixtures/../../nodesets
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
spec/acceptance/suites/snapshot/../../nodesets
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simp-beaker-helpers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.18.
|
|
4
|
+
version: 1.18.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Tessmer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-07-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: beaker
|
|
@@ -235,37 +235,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
235
235
|
- !ruby/object:Gem::Version
|
|
236
236
|
version: '0'
|
|
237
237
|
requirements: []
|
|
238
|
-
|
|
238
|
+
rubyforge_project:
|
|
239
|
+
rubygems_version: 2.7.7
|
|
239
240
|
signing_key:
|
|
240
241
|
specification_version: 4
|
|
241
242
|
summary: beaker helper methods for SIMP
|
|
242
|
-
test_files:
|
|
243
|
-
- spec/acceptance/nodesets/default.yml
|
|
244
|
-
- spec/acceptance/suites/default/check_puppet_version_spec.rb
|
|
245
|
-
- spec/acceptance/suites/default/enable_fips_spec.rb
|
|
246
|
-
- spec/acceptance/suites/default/fixture_modules_spec.rb
|
|
247
|
-
- spec/acceptance/suites/default/install_simp_deps_repo_spec.rb
|
|
248
|
-
- spec/acceptance/suites/default/nodesets
|
|
249
|
-
- spec/acceptance/suites/default/pki_tests_spec.rb
|
|
250
|
-
- spec/acceptance/suites/default/set_hieradata_on_spec.rb
|
|
251
|
-
- spec/acceptance/suites/default/write_hieradata_to_spec.rb
|
|
252
|
-
- spec/acceptance/suites/fips_from_fixtures/00_default_spec.rb
|
|
253
|
-
- spec/acceptance/suites/fips_from_fixtures/metadata.yml
|
|
254
|
-
- spec/acceptance/suites/fips_from_fixtures/nodesets
|
|
255
|
-
- spec/acceptance/suites/offline/00_default_spec.rb
|
|
256
|
-
- spec/acceptance/suites/offline/README
|
|
257
|
-
- spec/acceptance/suites/offline/nodesets/default.yml
|
|
258
|
-
- spec/acceptance/suites/puppet_collections/00_default_spec.rb
|
|
259
|
-
- spec/acceptance/suites/puppet_collections/metadata.yml
|
|
260
|
-
- spec/acceptance/suites/puppet_collections/nodesets/default.yml
|
|
261
|
-
- spec/acceptance/suites/snapshot/00_snapshot_test_spec.rb
|
|
262
|
-
- spec/acceptance/suites/snapshot/10_general_usage_spec.rb
|
|
263
|
-
- spec/acceptance/suites/snapshot/nodesets
|
|
264
|
-
- spec/acceptance/suites/windows/00_default_spec.rb
|
|
265
|
-
- spec/acceptance/suites/windows/metadata.yml
|
|
266
|
-
- spec/acceptance/suites/windows/nodesets/default.yml
|
|
267
|
-
- spec/acceptance/suites/windows/nodesets/win2016.yml
|
|
268
|
-
- spec/acceptance/suites/windows/nodesets/win2019.yml
|
|
269
|
-
- spec/lib/simp/beaker_helpers_spec.rb
|
|
270
|
-
- spec/spec_helper.rb
|
|
271
|
-
- spec/spec_helper_acceptance.rb
|
|
243
|
+
test_files: []
|