Re: [Puppet Users] puppet and environments ... need help

2011-06-01 Thread Nan Liu
On Wed, Jun 1, 2011 at 11:31 AM, Jake - USPS wrote: > I'm trying to use environments and seem to be failing.  Right now I > have 4 defined environments: production, cat, development, beta > > They are defined as follows on my puppetmaster: > > cat /etc/puppet/puppet.conf > [main] > pluginsync = tr

Re: [Puppet Users] puppet and environments ... need help

2011-06-01 Thread Aaron Grewell
Make sure you've put your environment into the agent's puppet.conf. Despite appearances in the ENC docs you cannot set this value properly except on the client. On Wed, Jun 1, 2011 at 11:31 AM, Jake - USPS wrote: > I'm trying to use environments and seem to be failing. Right now I > have 4 defi

[Puppet Users] puppet and environments ... need help

2011-06-01 Thread Jake - USPS
I'm trying to use environments and seem to be failing. Right now I have 4 defined environments: production, cat, development, beta They are defined as follows on my puppetmaster: cat /etc/puppet/puppet.conf [main] pluginsync = true vardir = /var/lib/puppet manifest = /etc/puppet/environments/pro