[Puppet Users] Re: getting augeas 0.5.3 to compile on Solaris

2009-10-26 Thread David Lutterkort
On Wed, 2009-10-21 at 15:49 +0200, Dan Bode wrote: > 4. Add the following code to src/lens.c > >char *stpncpy(char *dest, const char *src, size_t n) { > char *d = dest; > while (d-dest < n && *src) >*d++ = *src++; > return d; >} This is nee

[Puppet Users] Re: Require Class?

2009-10-26 Thread seph
I've been assuming it's a typo, and means that the apache *service* depends on the squid class. I'd love to know how to make a class depend on another class. seph Douglas Garstang writes: > Can someone tell me what a require => Class actually does? The > documentation on this really isn't clea

[Puppet Users] Re: Module include order?

2009-10-26 Thread jcbollinger
On Oct 23, 5:07 pm, Douglas Garstang wrote: > Especially, since now I am getting this crap.. > > Oct 23 15:06:10 gumby puppetd[2867]: Could not apply complete catalog: > Found dependency cycles in the following relationships: [...] Many programmers and sysadmins used to procedural languages su

[Puppet Users] Re: Require Class?

2009-10-26 Thread R.I.Pienaar
hello, - "seph" wrote: > I've been assuming it's a typo, and means that the apache *service* > depends on the squid class. I'd love to know how to make a class > depend > on another class. On 0.25.1 and later you can do 'require classname' instead of 'include classname' in the cases whe

[Puppet Users] Re: useradd: invalid numeric argument 'someuser'

2009-10-26 Thread jcbollinger
On Oct 22, 4:21 pm, Jamie wrote: > CentOS 5.3 w/ updates > Puppet 0.25.1.rc2 (installed from source) > Mongrel + Nginx > > Am I making a mistake or is this a bug?  I've experienced this issue > using 0.24.8 from EPEL also. > > Thu Oct 22 13:59:43 -0700 2009 //user::virtual-users_groups/User > [

[Puppet Users] Relation to DMTF's CIM

2009-10-26 Thread Cameron
I was wondering how Puppet relates to the DMTF's CIM. AFAICT there is a clear connection between the two, but I see very little discussion on the topic on the list. Thanks, Cameron. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[Puppet Users] Re: Reductive Labs people

2009-10-26 Thread Nigel Kersten
On Fri, Oct 23, 2009 at 4:31 PM, Luke Kanies wrote: > > Hi all, > > I've been hesitant to send Reductive Labs updates to the community > lists, but I've been told that not knowing who works for us makes some > communication difficult. ++ to doing this Luke. This is really useful to know. > > S

[Puppet Users] Re: Passenger Woes

2009-10-26 Thread nothings_absolute
Did anyone find a resolution to this problem? I am getting the same thing with Solaris and have tried both 2.2.2 and 2.2.5 and get "Error 400 on SERVER: Bad Request" with both versions. passenger-status seems to work properly: passenger-status --- General information --- max

[Puppet Users] Re: useradd: invalid numeric argument 'someuser'

2009-10-26 Thread Jamie
Perfect!, thank you for you detailed reply. On Oct 26, 6:47 am, jcbollinger wrote: > On Oct 22, 4:21 pm, Jamie wrote: > > > > > CentOS 5.3 w/ updates > > Puppet 0.25.1.rc2 (installed from source) > > Mongrel + Nginx > > > Am I making a mistake or is this a bug?  I've experienced this issue > >

[Puppet Users] Re: Require Class?

2009-10-26 Thread Trevor Hemsley
seph wrote: > I've been assuming it's a typo, and means that the apache *service* > depends on the squid class. I'd love to know how to make a class depend > on another class. > I use this all the time in 0.24.8. You just put require => Class["whatever"] on your resource in the dependent

[Puppet Users] Hiring in Palo Alto again.

2009-10-26 Thread Michael T. Halligan
My last hire worked out so well, I thought I'd do it again.. I'm looking for a Senior Systems Administrator with a good amount of configuration management experience to replace me in Palo Alto. I could post a job description, but I think it's self-documenting to say "Linux (CentOS/RHEL/ya

[Puppet Users] Re: MySQL Restart

2009-10-26 Thread Simon J Mudd
doug.garst...@gmail.com (Douglas Garstang) writes: > I've got a mostly working puppet manifest for mysql, except for one problem. > > I'm using the RPM from the MySQL web site, and the packagers of this > RPM in their infinite wisdom decided that the mysql service should be > automatically start

[Puppet Users] passenger error logging

2009-10-26 Thread nothings_absolute
Can anyone tell me how to configure apache + passenger + puppetmasterd to write out the puppet server logs somewhere (apache server log is fine). Right now I don't get any errors from puppetmasterd and it is making it very difficult to resolve my problems. I have tried uncommenting "--debu

[Puppet Users] New webgui to survey your puppet activities

2009-10-26 Thread Philip
Hi everybody I wrote another web application to monitor puppet like puppetview or puppetshow. Sorry i was bored by the existing solutions and needed something what looked a bit sexy. Please have a look to http://puppetsurvey.sourceforge.net for more information and don't hesitate to contact me

[Puppet Users] Re: passenger error logging

2009-10-26 Thread Charles Johnson
On Mon, Oct 26, 2009 at 3:28 PM, nothings_absolute wrote: > > > Can anyone tell me how to configure apache + passenger + > puppetmasterd to write out the puppet server logs somewhere (apache > server log is fine). Right now I don't get any errors from > puppetmasterd and it is making it very dif

[Puppet Users] Re: Relation to DMTF's CIM

2009-10-26 Thread James Turnbull
2009/10/27 Cameron : > > I was wondering how Puppet relates to the DMTF's CIM.  AFAICT there is > a clear connection between the two, but I see very little discussion > on the topic on the list. Why do I sense a university dissertation... :) There are overlaps between the DMTF Common Information

[Puppet Users] Re: passenger error logging

2009-10-26 Thread nothings_absolute
Solaris 10. The 1st client I connect to the puppetmasterd with (client A) works fine, but the 2nd (Client B) dies with "Error 403 on SERVER: Forbidden". If I stop puppetmasterd and connect with (Client B) 1st it will work, but when I run it again using Client A it fails. Everything works f

[Puppet Users] Re: Parsing issue in puppet 0.24.8

2009-10-26 Thread M.F.Haris
Yes I created a new project in Eclispe with Unix text formatting and re implemented the configuration and now it is working. Thanks for your email. Muhammad Haris Farooque On Mon, Oct 26, 2009 at 6:02 AM, Luke Kanies wrote: > > On Oct 22, 2009, at 6:37 AM, haris wrote: > > > > > > > > > On Oct

[Puppet Users] Conditional based on existence of a file

2009-10-26 Thread John Philips
Hi, In my organization there are several separate teams that manage their own applications. For consistency's sake I want to 'puppetize' some aspects of the apps. The problem is, I'm not the one who installs the apps and which apps exist on which servers is out of my control. If a specific

[Puppet Users] Re: Conditional based on existence of a file

2009-10-26 Thread Peter Meier
Hi > [...] > > It suggests creating a custom fact which indicates if the file exists > on the client or not. Well, frankly I don't like that idea, for two > reasons. > > 1. I'd have to create a custom fact for every check, which would > become cumbersome/tedious and is (IMHO) is just a hack/w

[Puppet Users] Re: Relation to DMTF's CIM

2009-10-26 Thread Steven Jenkins
On Mon, Oct 26, 2009 at 5:42 PM, James Turnbull wrote: > > 2009/10/27 Cameron : >> >> I was wondering how Puppet relates to the DMTF's CIM.  AFAICT there is >> a clear connection between the two, but I see very little discussion >> on the topic on the list. > > Why do I sense a university dissert

[Puppet Users] Re: Conditional based on existence of a file

2009-10-26 Thread John Philips
> > The mailing lists contain > several postings to the > > effect of 'custom facts work, just write your own and > be quiet', > > which frustrates me.  > > the main issue behind that is that all the functions are > evaluated on > the server and only there. Hi Peter, perhaps you started writing

[Puppet Users] Re: Conditional based on existence of a file

2009-10-26 Thread Craig Miskell
> Anyway, it appears that what I'm looking for may not be possible today > without custom facts. Ok, fine. >My next question is, why? If it's because such functionality just hasn't >been added yet, >that's perfectly reasonable. I'll be glad to submit a more detailed and >descriptive fe

[Puppet Users] Re: Conditional based on existence of a file

2009-10-26 Thread seph
> Puppet manifests are declarative, not executable. This comes up frequently, and seems quite frustrating. People ask questions, and often are told their questions are wrong, because puppet is declarative. While it's sometimes correct, sometimes it's wrong. I'm pretty far from an expert, but I kn