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.
2 parents fd41a60 + 80bd7ed commit 7bba97aCopy full SHA for 7bba97a
hieradata/role/dimm.yaml
@@ -1,6 +1,7 @@
1
---
2
classes:
3
- "profile::core::common"
4
+ - "profile::core::docker"
5
- "profile::core::nfsclient"
6
- "profile::core::yum::lsst_ts_private"
7
spec/hosts/roles/dimm_spec.rb
@@ -20,6 +20,7 @@
20
it { is_expected.to compile.with_all_deps }
21
22
include_examples('common', os_facts:, site:)
23
+ include_examples 'docker'
24
it { is_expected.to contain_class('profile::core::yum::lsst_ts_private') }
25
it { is_expected.to contain_package('ts_dimm_app-2.0-1.el8.x86_64') }
26
it { is_expected.to contain_package('telnet') }
0 commit comments