[Puppet Users] Re: need assistance

2016-05-09 Thread Manoj Muraleedharan
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

[Puppet Users] Re: need assistance with autofs5 reload across rhel5/rhel4 hosts

2009-09-11 Thread Eric Sorenson
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