Worker Bee
2012-Oct-15 17:43 UTC
[Puppet Users] Is there a way to use an include statement in puppet.conf
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! -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ramin K
2012-Oct-15 17:48 UTC
Re: [Puppet Users] Is there a way to use an include statement in puppet.conf
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 puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.