Sunday, May 11, 2014

How to generate puppet.conf file?



$ cd /etc/puppet/
$ puppet master --genconfig > puppet.conf

The above command will generate the puppet.conf file automatically. 

The puppet.conf file is like an INI-style file and divided into various sections namely, [agent], [master], [main]. 

No comments:

Post a Comment