control-repo/site-modules/profile/manifests/goldload/config.pp

9 lines
132 B
ObjectPascal
Raw Normal View History

2019-11-20 06:44:10 +00:00
class profile::goldload::config {
2019-11-20 06:47:03 +00:00
2019-11-20 06:44:10 +00:00
notify {'This is from profile::goldload::config': }
2019-11-22 00:28:09 +00:00
contain profile::goldload::software
2019-11-20 06:44:10 +00:00
}