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