[Puppet Users] client specific configuration not working

2010-05-18 Thread Chantal Rosmuller
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

Re: [Puppet Users] client specific configuration not working

2010-05-18 Thread Chantal Rosmuller
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'

Re: [Puppet Users] client specific configuration not working

2010-05-19 Thread Chantal Rosmuller
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

Re: [Puppet Users] Could not request certificate: undefined method `closed?' for nil:NilClass

2011-05-02 Thread Chantal Rosmuller
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

[Puppet Users] Puppet, samba3 and User SID

2013-06-25 Thread Chantal Rosmuller
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

[Puppet Users] puppet environments not working

2013-12-17 Thread Chantal Rosmuller
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

Re: [Puppet Users] puppet environments not working

2013-12-17 Thread Chantal Rosmuller
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, >&

Re: [Puppet Users] puppet environments not working

2013-12-19 Thread Chantal Rosmuller
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

Re: [Puppet Users] puppet environments not working

2013-12-19 Thread Chantal Rosmuller
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