On 10/15/2012 10:43 AM, Worker Bee wrote:
Hi Everyone;

I was just wondering if it is possible to use 'inlcude' in the
puupet.conf file?

For example, can I have a file that contains the settings for the maters
(ex. master.pp) and then include in the puppet.conf?

ex:
include 'master.pp'

Thanks!

I'm a fan of separate files for master and agent which is simple to setup if you're running your master in any way other than the webrick puppetmaster process.

/etc/puppet/puppetmaster.conf

config.ru
ARGV << "--rack"
ARGV << "--config=/etc/puppet/puppetmaster.conf"

Ramin

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to