We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f7e5e commit 84e5c46Copy full SHA for 84e5c46
spec/acceptance/foreman_rex_cockpit_spec.rb
@@ -1,11 +1,10 @@
1
require 'spec_helper_acceptance'
2
3
-describe 'Scenario: install foreman with rex cockpit', if: os[:family] == 'centos' do
+describe 'Scenario: install foreman with rex cockpit', if: os[:family] == 'redhat' do
4
before(:context) { purge_foreman }
5
6
-
7
it_behaves_like 'an idempotent resource' do
8
- let(:pp) do
+ let(:manifest) do
9
<<-PUPPET
10
include foreman
11
include foreman::plugin::remote_execution::cockpit
0 commit comments