On Thu, Oct 13, 2011 at 03:29:29AM -0700, Alexandre wrote:
> How can i divide my puppet.conf file in multiple files ?
> I would like to have the [main] and [agent] section in puppet.conf and
> [master] in puppetmaster.conf for example. I could call sone "include"
> or "import"  statement inside  puppet.conf to include the content of
> puppetmaster.conf in my configuration

One option is that you can specify the config file to use with --config when 
you start your
puppet master / clients.

# puppet master --configprint config
/etc/puppet/puppet.conf

  Dean
-- 
Dean Wilson
http://www.unixdaemon.net       @unixdaemon
http://www.puppetcookbook.com   @puppetcookbook

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

Reply via email to