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

9 lines
138 B
ObjectPascal
Raw Normal View History

2019-11-20 06:44:10 +00:00
class profile::goldload::software {
2019-11-20 06:53:14 +00:00
2019-11-20 06:44:10 +00:00
notify {'This is from profile::goldload::software': }
2019-11-21 03:01:03 +00:00
include profile::goldload::chocolatey
2019-11-20 06:44:10 +00:00
}