File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ classes:
33 - " profile::core::common"
44 - " profile::core::debugutils"
55 - " profile::core::dhcp"
6- - " profile::core::docker"
7- - " profile::core::docker::prune"
86 - " profile::core::foreman"
97 - " profile::core::foreman::fog_hack"
108
9+ packages :
10+ - " podman-docker"
11+
1112dhcp::bootp : true
1213dhcp::ddns_update_style : " none"
1314dhcp::default_lease_time : &lease_time 86400
@@ -306,3 +307,6 @@ files:
306307 content : |
307308 :filters:
308309 - !ruby/regexp '/^(?!profile::)/'
310+ /etc/containers/nodocker :
311+ ensure : " file"
312+ mode : " 0444"
Original file line number Diff line number Diff line change 4545
4646shared_examples 'generic foreman' do
4747 include_examples 'debugutils'
48- include_examples 'docker'
4948 include_examples 'fog_hack'
5049 include_examples 'foreman'
5150
256255 baseurl : "http://yum.puppet.com/puppet8/el/#{ facts [ :os ] [ 'release' ] [ 'major' ] } /x86_64"
257256 )
258257 end
258+
259+ it { is_expected . to contain_package ( 'podman-docker' ) }
259260end
You can’t perform that action at this time.
0 commit comments