Re: [Puppet Users] Re: Variable Interpolation (double interpolation)

2010-10-27 Thread Joe McDonagh
On 10/27/2010 07:37 PM, Roberto Bouza wrote: Thanks!!! It worked like a charm. On Oct 27, 3:23 pm, Joe McDonagh wrote: FYI, if you're using 2.6, the new pure Ruby stuff might look better. Unfortunately I have not yet deployed 2.6 for prod so I don't have much experience using the pure R

Re: [Puppet Users] Uppercase Class Parameters Don't Work - Is this expected?

2010-10-27 Thread Daniel Pittman
Nigel Kersten writes: > On Wed, Oct 27, 2010 at 10:17 AM, Peter Meier wrote: > >> > Is this behaviour by design, and if so, where in the documentation can I >> > discover this? It wasn't mentioned in the section on parameterised >> > classes or variables. >> >> Some of the errors are documented

Re: [Puppet Users] Puppet Application Server Deployment

2010-10-27 Thread Douglas Garstang
On Mon, Oct 25, 2010 at 1:21 AM, James Turnbull wrote: > ajinkya prabhune wrote: > > Hi, > > > > So what do u thing is good and better than Puppet ? > > > > thanks > > I second Nigel's question. I know a number of people who deploy Java, > Ruby, PHP, etc, etc applications with Puppet. > Me too.

[Puppet Users] Re: Variable Interpolation (double interpolation)

2010-10-27 Thread Roberto Bouza
Thanks!!! It worked like a charm. On Oct 27, 3:23 pm, Joe McDonagh wrote: > On 10/27/2010 04:39 PM, Roberto Bouza wrote: > > > > > Hello, > > > I have a group of variables like > > > $a_logs_project1 = machine1 > > $b_logs_project2 = machine2 > > > then on the definition I'm genrating a variable

Re: [Puppet Users] Variable Interpolation (double interpolation)

2010-10-27 Thread Joe McDonagh
On 10/27/2010 04:39 PM, Roberto Bouza wrote: Hello, I have a group of variables like $a_logs_project1 = machine1 $b_logs_project2 = machine2 then on the definition I'm genrating a variable like: $machine_name = "${letter}_logs_${project}" So $machine name will be something like: a_logs_proje

[Puppet Users] Variable Interpolation (double interpolation)

2010-10-27 Thread Roberto Bouza
Hello, I have a group of variables like $a_logs_project1 = machine1 $b_logs_project2 = machine2 then on the definition I'm genrating a variable like: $machine_name = "${letter}_logs_${project}" So $machine name will be something like: a_logs_project1 Now I need to convert that (or interpolate

Re: [Puppet Users] Uppercase Class Parameters Don't Work - Is this expected?

2010-10-27 Thread Nigel Kersten
On Wed, Oct 27, 2010 at 10:17 AM, Peter Meier wrote: > > Is this behaviour by design, and if so, where in the documentation > > can I discover this? It wasn't mentioned in the section on > > parameterised classes or variables. > > Some of the errors are documented here: > > > http://projects.puppe

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!

2010-10-27 Thread James Turnbull
John Warburton wrote: Hi James Is there an ETA for the full release of 2.6.3? For what it is worth, I have been running 2.6.3rc1 for almost 13 days on Solaris 10 U8 & U9 as server and clients. Server is running passenger 2.2.14 with clients and servers weighing in at managing between 500 & 780

[Puppet Users] Module names - limitations / reserved words?

2010-10-27 Thread KnightOrc
Greeting, I'm attempting to solve a mystery we had with a puppet module we couldn't get to auto load. The module named / folder was called "nfs" We notice when we ran 'puppetmasterd --no-daemonize --verbose' that when the client connected that our 'nfs' module was not being auto loaded. We revi

Re: [Puppet Users] Custom Fact Location Issues

2010-10-27 Thread Nigel Kersten
On Mon, Oct 25, 2010 at 5:19 AM, Tomehb wrote: > Hi Guys, > > I have tried changing the default location of puppet facts /var/lib/ > puppet/facts to /etc/puppet/development/modules/custom/lib/facter . > However, it fails to check the new location, and still pulls the facts > from the default loca

Re: [Puppet Users] /var/lib/puppet/clientbucket

2010-10-27 Thread Nigel Kersten
On Tue, Oct 26, 2010 at 11:30 PM, Marek Dohojda wrote: > > Hello everyone > > I looked online, but didn't see any solution to the problem of > /var/lib/puppet/clientbucket filling up. > > After a while that directory is getting very big, 3-4gigs. I have to > shutdown puppet and remove everythi

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!

2010-10-27 Thread Nigel Kersten
On Tue, Oct 26, 2010 at 9:11 PM, John Warburton wrote: > Hi James > > Is there an ETA for the full release of 2.6.3? > We have another rc release coming very soon first. > > For what it is worth, I have been running 2.6.3rc1 for almost 13 days on > Solaris 10 U8 & U9 as server and clients. Serv

Re: [Puppet Users] puppetdoc and wrong comparison

2010-10-27 Thread Brice Figureau
On Tue, 2010-10-26 at 15:37 +0100, Klaus Ethgen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Hello, > > at the moment I fight with puppetdoc and end in a ruby confusion. > > To the problem: > > puppetdoc --debug --trace --mode rdoc --all manifests/site.pp > info: scanning: ["ma

Re: [Puppet Users] Re: Solaris 10 Client "Default Provider for User" Woes Again

2010-10-27 Thread Nigel Kersten
On Wed, Oct 27, 2010 at 6:00 AM, nickt wrote: > Sorry, answered my own question again. Turns out for some reason on > Solaris if you use the --trace and/or --debug flags (not sure which) > when starting your puppetd it will be "unable" to execute /usr/bin/ > passwd. As soon as you take those of

Re: [Puppet Users] Re: Puppet hangs

2010-10-27 Thread Nigel Kersten
On Wed, Oct 27, 2010 at 1:34 AM, kit wrote: > Thanks Fredrik for submitting the bug report. > > Hopefully it will be looked at soon. I like puppet, > however when it keeps hanging it's next to unusable. > > Doesn't look like anything's happened over at puppet > yet though, and it's been two month

[Puppet Users] Re: Solaris 10 Client "Default Provider for User" Woes Again

2010-10-27 Thread nickt
Sorry, answered my own question again. Turns out for some reason on Solaris if you use the --trace and/or --debug flags (not sure which) when starting your puppetd it will be "unable" to execute /usr/bin/ passwd. As soon as you take those off it works fine! /opt/csw/bin/puppetd --verbose --trace

[Puppet Users] Re: Solaris 10 Client "Default Provider for User" Woes Again

2010-10-27 Thread nickt
Thanks, Felix! I figured it out. Turns out it was because when I copied my shadow.so (from ruby-shadow lib build) I'd not changed permissions on it to be world read/execute. So, anyone who's trying the Solaris client, hope that helps! Now if only I can figure out how to "let" puppetd execute /u

Re: [Puppet Users] Solaris 10 Client "Default Provider for User" Woes Again

2010-10-27 Thread Felix Frank
On 10/27/2010 02:36 PM, nickt wrote: > Hopefully I'm just missing something simple, but I'm having trouble > getting just the absolute bare-bones puppet set up on a new, clean > Solaris 10 install. > > When I try to run: > > /opt/csw/bin/puppetd --verbose --no-daemonize --server > puppet.mydomain

[Puppet Users] Solaris 10 Client "Default Provider for User" Woes Again

2010-10-27 Thread nickt
Hopefully I'm just missing something simple, but I'm having trouble getting just the absolute bare-bones puppet set up on a new, clean Solaris 10 install. When I try to run: /opt/csw/bin/puppetd --verbose --no-daemonize --server puppet.mydomain.com I just get: err: Could not create resources fo

Re: [Puppet Users] puppet-zenoss plugin

2010-10-27 Thread Peter Meier
> I'm testing the puppet-zenoss plugin: > http://github.com/mamba/puppet-zenoss > > I'm able to export and collect host properly. I however, can't get > the provider to work. I can't see much of the provider or type from > running puppetmaster in debug/verbose mode. Are there any tools to

[Puppet Users] Re: Puppet hangs

2010-10-27 Thread kit
Thanks Fredrik for submitting the bug report. Hopefully it will be looked at soon. I like puppet, however when it keeps hanging it's next to unusable. Doesn't look like anything's happened over at puppet yet though, and it's been two months already. Regards Erik On 1 Sep, 20:21, Fredrik Eriksso