We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9b6df commit e16bdcaCopy full SHA for e16bdca
spec/acceptance/basic_spec.rb
@@ -5,7 +5,8 @@
5
let(:manifest) do
6
<<~PUPPET
7
class { 'foreman_scap_client':
8
- foreman_repo_rel => 'nightly',
+ # Since 3.14 the Ruby implementation is replaced by bash
9
+ foreman_repo_rel => '3.13',
10
server => 'foreman.example.com',
11
port => 8443,
12
policies => [],
0 commit comments