6 lines
133 B
Puppet
6 lines
133 B
Puppet
class profile::base {
|
|
# require profile::goldload::config
|
|
contain profile::winlogbeat
|
|
notify {'This is from profile::base': }
|
|
}
|