Skip to content

Commit

Permalink
adjust rh_cloud acceptance test for iop
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 23, 2025
1 parent 422395c commit c119f9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/acceptance/foreman_rh_cloud_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
it_behaves_like 'an idempotent resource' do
let(:manifest) do
<<-PUPPET
file { '/etc/foreman-proxy':
ensure => directory,
}
group { 'foreman-proxy':
ensure => present,
}
include foreman
include foreman::plugin::rh_cloud
PUPPET
Expand Down

0 comments on commit c119f9c

Please sign in to comment.