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
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:
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
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
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,
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