[Puppet Users] Re: Trying to set up per-environment manifest file

2011-03-23 Thread elliott
Got it! It looks like I still had a manifest specified in the [main] section of puppet.conf, AND via a PUPPETMASTER_MANIFEST declaration in the / etc/sysconfig/puppetmaster file which made it a little tricky to track down :) Once I removed those and let it fall back to the [environment] sections

Re: [Puppet Users] Re: Trying to set up per-environment manifest file

2011-03-22 Thread Mohamed Lrhazi
I use this pattern: [master] templatedir = /etc/puppet/environments/$environment/ modulepath = /etc/puppet/environments/$environment/modules manifest= /etc/puppet/environments/$environment/manifests/site.pp manifestdir = /etc/puppet/environments/$environment/manifests On

[Puppet Users] Re: Trying to set up per-environment manifest file

2011-03-22 Thread elliott
Thanks Cody. The client's environment does need to be set, either through the puppet.conf or on the command line, but the environments also need to be defined on the master, as far as I know. On Mar 22, 12:46 pm, Cody Robertson wrote: > On 03/22/2011 03:41 PM, elliott wrote: > > > > > > > > > >