Hi,
if possible can someone post a working example please ?
I am using hiera => puppet => augeas.
cat myserver.yaml
---
myserver:
"Birthday": '1'
"Debug": '5'
The no. of settings will change, so i would like to use a hash here.
The hiera lookup works already:
>hiera -c /etc/pupp
I have choosen to split my module into several .pp files as i have
seen in an example and makes it cleaner i think.
\modules\mysoftware\
init.pp
install.pp
config.pp
service.pp
Is that recommended or too many disadvantages ?
So my install.pp went through fine, config.pp as well.
When i change a