The following links to be helpful for understanding basics of puppet and
module writing.
https://www.youtube.com/playlist?list=PLKqyiDdtB8i4pkMgufRXQ1XVte2ezDSNO
http://www.slashroot.in/puppet-tutorial-configuring-puppet-agent
http://www.puppetcookbook.com/
On Monday, 9 May 2016 19:15:59 UT
I found that dotted-digit values need to be quoted in comparators.
Not sure if this is intentional or a new parser side-effect.
> case $kernelversion {
>"2.6.9": { $autofs_packages = ["autofs", "autofs5"] }
>default: { $autofs_packages = ["autofs"] }
>}
On Sep 10, 2009, at