Hello,
I have the following code in my site.pp and it works wonderfully.
Node 'nodename' {
file { '/tmp/name":
ensure => present,
content => "something",
}
}
I do not understand how to write the same code in hiera (common.yaml) I cannot transfer notify or exec commands to common.yaml as well
Thank you
↧