Re: [Puppet Users] external_nodes setting with Environments

2014-08-07 Thread Vincent Bernat
On Friday, February 25, 2011 2:10:13 PM UTC+1, Thomas Bellman wrote: > > On 2011-02-25 13:27, Dave Augustus wrote: > > > I have added the following in my puppetmaster.conf file: > > > > [production] > > manifest = $vardir/env/production/manifests/site.pp > > modulepath = > $vardir/env/pro

Re: [Puppet Users] external_nodes setting with Environments

2011-02-25 Thread Douglas Garstang
On Fri, Feb 25, 2011 at 5:10 AM, Thomas Bellman wrote: > On 2011-02-25 13:27, Dave Augustus wrote: > > > I have added the following in my puppetmaster.conf file: > > > > [production] > > manifest = $vardir/env/production/manifests/site.pp > > modulepath = > $vardir/env/production/modules:

Re: [Puppet Users] external_nodes setting with Environments

2011-02-25 Thread Thomas Bellman
On 2011-02-25 13:27, Dave Augustus wrote: > I have added the following in my puppetmaster.conf file: > > [production] > manifest = $vardir/env/production/manifests/site.pp > modulepath = $vardir/env/production/modules:$vardir/env/common/modules > [test] > manifest = $vardir/env/test/m

Re: [Puppet Users] external_nodes setting with Environments

2011-02-25 Thread Dave Augustus
On 02/23/2011 10:15 PM, Douglas Garstang wrote: So... in puppet.conf on the puppet master, there's the external_nodes setting, which defines the location of the external nodes script. If I am using multiple environments, I guess I have to have ONE set of external nodes since external_nodes in p

Re: [Puppet Users] external_nodes setting with Environments

2011-02-24 Thread Thomas Bellman
Douglas Garstang wrote: So... in puppet.conf on the puppet master, there's the external_nodes setting, which defines the location of the external nodes script. If I am using multiple environments, I guess I have to have ONE set of external nodes since external_nodes in puppet.conf is set ONCE,

Re: [Puppet Users] external_nodes setting with Environments

2011-02-24 Thread Alan Barrett
On Wed, 23 Feb 2011, Douglas Garstang wrote: > So... in puppet.conf on the puppet master, there's the external_nodes > setting, which defines the location of the external nodes script. If > I am using multiple environments, I guess I have to have ONE set of > external nodes since external_nodes in