Re: [Puppet Users] puppet-dashboard Explorer 8

2010-08-12 Thread Matt Robinson
We weren't aware as none of us are using Internet Explorer. We'll have to have someone get a copy to test with at some point. Can you file a ticket? http://projects.puppetlabs.com Thanks, Matt On Thu, Aug 12, 2010 at 6:40 AM, ScubaDude wrote: > puppet-dashboard on internet exploder 8: > > Lay

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread Adrian Snyman
On Fri, Aug 13, 2010 at 8:02 AM, Adrian Snyman wrote: > On Thu, Aug 12, 2010 at 1:38 PM, Trevor Hemsley > wrote: >> You're not exec'ing some install program that is stopping and waiting for >> input? When we deploy Platform Symphony, we have to do something like an >> exec that runs "echo Y | sym

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread Adrian Snyman
On Thu, Aug 12, 2010 at 1:38 PM, Trevor Hemsley wrote: > You're not exec'ing some install program that is stopping and waiting for > input? When we deploy Platform Symphony, we have to do something like an > exec that runs "echo Y | symphony-installer" or we get a similar problem. > Hmm, I am not

Re: [Puppet Users] cron type

2010-08-12 Thread Dennis Hoppe
Hi Peter, Peter Meier schrieb: >> i am using puppet 0.25.4 at debian lenny and i have got a question about >> the cron type. If i use something like that, the cron will be stored at >> "/etc/cron.daily/get-selections". > >> cron { "get-slections": >> command => "/usr/bin/d

Re: [Puppet Users] Parsing key/value pairs in ruby

2010-08-12 Thread Patrick Mohr
On Aug 12, 2010, at 10:55 AM, Rein Henrichs wrote: > Excerpts from Paul Nasrat's message of Thu Aug 12 06:45:52 -0700 2010: >> You might use shellwords to handle the quoting. >> require 'shellwords' l = %q(printer-make-and-model='Brother HL-2060 Foomatic/hpijs-pcl5e (recommended)

Re: [Puppet Users] Documentation contribution opportunity - Please help!

2010-08-12 Thread Rob McBroom
On Aug 12, 2010, at 3:29 PM, James Turnbull wrote: 1) It looks like text enclosed `like this` is properly converted to like this on the back-end, but there’s no styling to set this text apart. (It should show up in a fixed-width font at the very least). >>> I've updated the style

Re: [Puppet Users] Documentation contribution opportunity - Please help!

2010-08-12 Thread James Turnbull
Rob McBroom wrote: > On Aug 11, 2010, at 4:48 PM, James Turnbull wrote: > >> Rob McBroom wrote: >>> 1) It looks like text enclosed `like this` is properly converted to >>> like this on the back-end, but there’s no styling to set this >>> text apart. (It should show up in a fixed-width font at th

Re: [Puppet Users] Documentation contribution opportunity - Please help!

2010-08-12 Thread Rob McBroom
On Aug 11, 2010, at 4:48 PM, James Turnbull wrote: > Rob McBroom wrote: >> 1) It looks like text enclosed `like this` is properly converted to >> like this on the back-end, but there’s no styling to set this >> text apart. (It should show up in a fixed-width font at the very least). > > I've up

Re: [Puppet Users] Re: Installing packages that use dbconfig-common on Debian

2010-08-12 Thread Nigel Kersten
Paul, have you seen http://projects.puppetlabs.com/issues/2349 ? If more people watch that, I'm more likely to prioritize doing that :) Alternative suggestions welcome. On Thu, Aug 12, 2010 at 10:35 AM, Paul Hamby wrote: > We created a definition in our "apt" module called preseed_package and >

Re: [Puppet Users] cron type

2010-08-12 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi > i am using puppet 0.25.4 at debian lenny and i have got a question about > the cron type. If i use something like that, the cron will be stored at > "/etc/cron.daily/get-selections". > > cron { "get-slections": > command

Re: [Puppet Users] Parsing key/value pairs in ruby

2010-08-12 Thread Rein Henrichs
Excerpts from Paul Nasrat's message of Thu Aug 12 06:45:52 -0700 2010: > You might use shellwords to handle the quoting. > > >> require 'shellwords' > >> l = %q(printer-make-and-model='Brother HL-2060 Foomatic/hpijs-pcl5e > >> (recommended)' printer-state=3 printer-state-change-time=1266621145 >

[Puppet Users] Re: Installing packages that use dbconfig-common on Debian

2010-08-12 Thread Paul Hamby
We created a definition in our "apt" module called preseed_package and then we call apt::preseed_package { : ensure => present, } You can then create a preseed file for that package and have puppet put it on the host. >From our "apt" module: define preseed_pac

Re: [Puppet Users] Forbidden request: HOSTNAME(IP_ADDRESSE) access to / certificate_revocation_list/ca

2010-08-12 Thread Brian Wong
On Thu, Aug 12, 2010 at 8:38 AM, Christian wrote: > I have installed on the client and on the server puppet version > 0.25.5. > > The setup was successfully tested with Webrick server on the > puppetserver. Afterwards i switched to passenger (2.2.11) and rack > (1.0.1) on the server. > > Puppetmas

[Puppet Users] Puppetd/puppetmasterd crashes when started without --no-daemonize

2010-08-12 Thread Artur
Hi, I have a problem with puppetd/puppetmasterd, when I start any without "--no-daemonize" parameter they will crash. Master will just wait untill first sucessful run of puppetd which only owrks when this option is used. I'm using gem 2.6.0. Any ideas ? No err messages :( -- You received this m

[Puppet Users] cron type

2010-08-12 Thread Dennis Hoppe
Hello, i am using puppet 0.25.4 at debian lenny and i have got a question about the cron type. If i use something like that, the cron will be stored at "/etc/cron.daily/get-selections". cron { "get-slections": command => "/usr/bin/dpkg --get-selections > /var/backups/get-s

[Puppet Users] System configuration tool comparison

2010-08-12 Thread Bart Vanbrabant
Hi Since there are a lot of system configuration tools (both commercial and open-source), it is difficult to know what tool if right for you. Therefore, we developed a framework that you can use to compare system configuration tools. This framework, together with a set of 11 tools that are evaluat

Re: [Puppet Users] SVN hooks

2010-08-12 Thread Joe McDonagh
Hello list, I'm planning to deploy and use Puppet at work. For this, I've set up a SVN server to keep track of all changes in modules& manifests. Reading documentation to be able to define coding rules, I want to put some SVN hooks to ensure for correct syntax and coding rules respect. Does a

Re: [Puppet Users] Parsing key/value pairs in ruby

2010-08-12 Thread Paul Nasrat
On 12 August 2010 05:33, Patrick Mohr wrote: > I'm making a provider for cups and I need to parse a string into arbitrary > key/value pairs.  The string looks like this: > > printer-make-and-model='Brother HL-2060 Foomatic/hpijs-pcl5e (recommended)' > printer-state=3 printer-state-change-time=12

[Puppet Users] puppet-dashboard Explorer 8

2010-08-12 Thread ScubaDude
puppet-dashboard on internet exploder 8: Layout borked and no graphs? I was wondering if you were aware of this? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe

Re: [Puppet Users] SVN hooks

2010-08-12 Thread Gustavo Soares
I am also using some hooks, but for git. I've been using to hooks: client-side hooks and server-side hooks. Take a look on this link: http://projects.puppetlabs.com/projects/puppet/wiki/Puppet%20Version%20Control Gus On Thu, Aug 12, 2010 at 6:12 AM, Alexander Kriventsov wrote: > 12.08.2010 13:

Re: [Puppet Users] SVN hooks

2010-08-12 Thread Alexander Kriventsov
12.08.2010 13:03, Jean Baptiste FAVRE пишет: Hello list, I'm planning to deploy and use Puppet at work. For this, I've set up a SVN server to keep track of all changes in modules & manifests. Reading documentation to be able to define coding rules, I want to put some SVN hooks to ensure for corr

[Puppet Users] Forbidden request: HOSTNAME(IP_ADDRESSE) access to / certificate_revocation_list/ca

2010-08-12 Thread Christian
I have installed on the client and on the server puppet version 0.25.5. The setup was successfully tested with Webrick server on the puppetserver. Afterwards i switched to passenger (2.2.11) and rack (1.0.1) on the server. Puppetmaster starts successfully with an httpd start. Making a certificat

Re: [Puppet Users] Help

2010-08-12 Thread parag kale
Hey, That Helped a lot .Thanks Parag On Thu, Aug 12, 2010 at 12:33 PM, Jason Rojas wrote: > The puppetmaster version must always be greater than or equal to the > version of the client. > > On Aug 11, 2010, at 11:49 PM, parag(PK) wrote: > > > Hey, > > If sumone could help me down ...

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread Trevor Hemsley
You're not exec'ing some install program that is stopping and waiting for input? When we deploy Platform Symphony, we have to do something like an exec that runs "echo Y | symphony-installer" or we get a similar problem. Adrian Snyman wrote: On Thu, Aug 12, 2010 at 12:49 PM, Ohad Levy wrote:

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread Adrian Snyman
On Thu, Aug 12, 2010 at 1:05 PM, Daniel Maher wrote: > On 08/12/2010 12:49 PM, Ohad Levy wrote: >> >> Does the puppet run starts at all? >> I've seen similar case when the clock were out of sync, ntp started and >> aligned it, but puppet got hanged because of it (or sleeping for a >> really long t

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread Daniel Maher
On 08/12/2010 12:49 PM, Ohad Levy wrote: Does the puppet run starts at all? I've seen similar case when the clock were out of sync, ntp started and aligned it, but puppet got hanged because of it (or sleeping for a really long time). Just the other day we had a problem with the config on the DN

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread Adrian Snyman
On Thu, Aug 12, 2010 at 12:49 PM, Ohad Levy wrote: > Does the puppet run starts at all? > I've seen similar case when the clock were out of sync, ntp started and > aligned it, but puppet got hanged because of it (or sleeping for a really > long time). > does debug mode provide more info? > Ohad >

Re: [Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread Ohad Levy
Does the puppet run starts at all? I've seen similar case when the clock were out of sync, ntp started and aligned it, but puppet got hanged because of it (or sleeping for a really long time). does debug mode provide more info? Ohad On Thu, Aug 12, 2010 at 9:11 AM, MadX wrote: > We have succes

Re: [Puppet Users] SVN hooks

2010-08-12 Thread Jean Baptiste FAVRE
Hello Eric, Thanks for the link. My bad, did not think about looking into puppet svn modules :-/ Will try it asap, Regards, JB Le 12/08/2010 11:24, Eric Heydrick a écrit : On Thu, 12 Aug 2010, Jean Baptiste FAVRE wrote: Hello list, I'm planning to deploy and use Puppet at work. For this, I've

Re: [Puppet Users] variable confusion

2010-08-12 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Ugly. If you put your variables in external nodes, you can't easily > set the variable in a parent class and access it in a child class due > to puppet's borked variable scoping. You can put every single variable > at the node level, but having to sp

Re: [Puppet Users] SVN hooks

2010-08-12 Thread Eric Heydrick
On Thu, 12 Aug 2010, Jean Baptiste FAVRE wrote: > Hello list, > I'm planning to deploy and use Puppet at work. > For this, I've set up a SVN server to keep track of all changes in > modules & manifests. > > Reading documentation to be able to define coding rules, I want to put > some SVN hooks

[Puppet Users] SVN hooks

2010-08-12 Thread Jean Baptiste FAVRE
Hello list, I'm planning to deploy and use Puppet at work. For this, I've set up a SVN server to keep track of all changes in modules & manifests. Reading documentation to be able to define coding rules, I want to put some SVN hooks to ensure for correct syntax and coding rules respect. Does

Re: [Puppet Users] Help

2010-08-12 Thread Jason Rojas
The puppetmaster version must always be greater than or equal to the version of the client. On Aug 11, 2010, at 11:49 PM, parag(PK) wrote: > Hey, > If sumone could help me down > i have ubuntu (karmic ) an i run my puppetmaster on it . version > 0.24.8 > Now, have a client machine w