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 have used puppet 3.8.6 in my master and agent nodes. There are more than
30 agent nodes are controlled by puppet master. I have installed apache
server on all agent nodes. I want to count the total line number of apache
access log file at midnight 12 on all agent nodes and the total line numbe
I have two erb template, one for main config file and another for child
process config file. I need to want to create config file for 3 child
process config file inside main erb template by calling another erb
template inside. these 3 config files has to be three different name.
I need the foll