9 lines
138 B
Puppet
9 lines
138 B
Puppet
class profile::goldload::software {
|
|
|
|
|
|
notify {'This is from profile::goldload::software': }
|
|
|
|
contain profile::goldload::chocolatey
|
|
|
|
}
|