Hi list,
I have a puppet setup in which I use the file hierarchy from best
practices:
http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Best_Practice
I am currently working on a bind9 configuration for debian clients, I use he
modules directory for the bind configuration and it works f
Hi,
I changed puppet.conf and added:
modulepath=/etc/puppet/modules:/etc/puppet/clients
and restarted puppet
unfortunately the same error
Op dinsdag 18 mei 2010 11:36:54 schreef Silviu Paragina:
> On 18.05.2010 08:59, Chantal Rosmuller wrote:
> > in the clients directory there'
you have something along the line in nodes.pp
>
> node basenode {
> include servername
> }
>
> Silviu
>
> On 18.05.2010 12:58, Chantal Rosmuller wrote:
> > Hi,
> >
> > I changed puppet.conf and added:
> >
> > modulepath=/etc/puppet/modul
On Mon, May 2, 2011 at 6:56 PM, Patrick wrote:
>
> On May 2, 2011, at 7:43 AM, James Turnbull wrote:
>
> > crosmuller wrote:
> >> Hi list,
> >>
> >> I am trying to get a puppet certificate on a new client but I get
> >> error:
> >>
> >> err: Could not request certificate: undefined method `closed
I have a puppet module that configures samba3 with network shares and adds
samba users. If the server crashes and I configure a new server with
puppet, the samba User SID of the users will be different and I suspect all
users will get another profile on their windows client. I think I will have
Hi,
On our puppet server the puppet environments do not seem to work. This is
our puppet.conf:
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
confdir=/etc/puppet
templatedir=$confdir/templates
modulepath=$confdi
onf* this will force the puppet master to reparse
> the configuration settings.
>
> I had a similar problem reading modulepath=. There is apparently a fix
> for this in 3.4
>
>
> On Tue, Dec 17, 2013 at 7:02 AM, Chantal Rosmuller
>
> > wrote:
>
>> Hi,
>&
e bugreps).
>
> Can you try explicitly specifying your directories instead of using
> $confdir in that puppet.conf, at least to test?
>
> Jeff
>
> On 12/17/2013 09:18 AM, Chantal Rosmuller wrote:
>
> Thnaks, i tried but it didn't work. We do not start puppetmaster as
Thanks all for your input, the problem is solved. The environments worked
but I was testing with a file in a module that was not (yet) used. Sorry
for wasting your time.
On Thursday, December 19, 2013 2:21:48 PM UTC+1, Chantal Rosmuller wrote:
>
> Thank you Jeff,
>
> I changed $con