[Puppet Users] Puppet Dashboard packages now available!

2010-06-14 Thread Cedric Jeanneret
Hello, Any new for the sources ? It seems we cannot retrieve them - apt-get source puppet-dashboard returns "no source for puppet-dashboard"... We'd like to package it for our lenny servers... I saw that Stu Teasdale wanted to create some lenny packages[1] (as he's a Debian Developper), but as

Re: [Puppet Users] Puppet Dashboard packages now available!

2010-06-15 Thread Cedric Jeanneret
On Tue, 15 Jun 2010 01:08:59 -0700 James Turnbull wrote: > Cedric Jeanneret wrote: > > Hello, > > > > Any new for the sources ? It seems we cannot retrieve them - apt-get > > source puppet-dashboard returns "no source for puppet-dashboard"... > > We

[Puppet Users] puppet-dashboard - timezone is wrong

2010-06-15 Thread Cedric Jeanneret
Hello, I just successfully installed puppet-dashboard on a lenny server, using apache/passenger. It works fine, but I just found out that there's a problem with the time dashboard shows : it's 2 hours late. Is there a place to set timezone or something like that ? server has the right time, so

[Puppet Users] deprecation warning for "file" in modules

2010-06-28 Thread Cedric Jeanneret
Hello, Since we upgraded to 0.25.4, we have this kind of warning: DEPRECATION NOTICE: Files found in modules without specifying 'modules' in file path will be deprecated in the next major release. Please fix module '' when no 0.24.x clients are present The message is easy to understand, but I'm

Re: [Puppet Users] deprecation warning for "file" in modules

2010-06-29 Thread Cedric Jeanneret
On Mon, 28 Jun 2010 13:34:08 +0200 David Schmitt wrote: > On 6/28/2010 12:25 PM, Cedric Jeanneret wrote: > > Hello, > > > > Since we upgraded to 0.25.4, we have this kind of warning: > > DEPRECATION NOTICE: Files found in modules without specifying > > 'mo

[Puppet Users] puppetmaster REST interface

2010-07-09 Thread Cedric Jeanneret
Hello, I'm wondering if there's some way to ask informations to the puppetmaster via the REST interface. My aim is to ask, for example "what are all the values for ". If so, is there any page about syntaxe ? Thank you! C. -- Cédric Jeanneret | System Administrator 021 619 1

Re: [Puppet Users] Automating Nagios with Puppet

2011-04-26 Thread Cedric Jeanneret
Hello, Maybe have a look at our nagios module: https://github.com/camptocamp/puppet-nagios Your problem is that resources with same name are exported from multiple hosts, and that make puppet crash with duplicated definition (as it's exported resources, the error message is different ;) ). You

Re: [Puppet Users] Automating Nagios with Puppet

2011-04-26 Thread Cedric Jeanneret
e files are stored in the /etc/nagios. > > > 2011/4/26 Cedric Jeanneret > > > Hello, > > > > Maybe have a look at our nagios module: > > https://github.com/camptocamp/puppet-nagios > > > > Your problem is that resources with same name are exported fr