config/puppet-manifests/src/modules/platform/manifests/anchors.pp

5 lines
103 B
Puppet

class platform::anchors {
anchor { 'platform::networking': }
-> anchor { 'platform::services': }
}