[Puppet Users] Puppet system deployment hanging ..

2010-08-12 Thread MadX
We have successfully installed puppet on a CentOS Server, but I am battling with a deployment. It has to do with grid software. The repository gets created, then begins installation. The problem is that it just hangs - no errors, no network activity. I can see puppet is running, but nothing it

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

2010-08-12 Thread James Turnbull
MadX wrote: We have successfully installed puppet on a CentOS Server, but I am battling with a deployment. It has to do with grid software. The repository gets created, then begins installation. The problem is that it just hangs - no errors, no network activity. I can see puppet is

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

2010-08-12 Thread MadX
On Aug 12, 8:13 am, James Turnbull ja...@puppetlabs.com wrote: MadX wrote: We have successfully installed puppet on a CentOS Server, but I am battling with a deployment. It has to do with grid software. The repository gets created, then begins installation. The problem is that it

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

2010-08-12 Thread John Warburton
I based my bad first ruby code on http://www.devco.net/archives/2008/04/17/easy_per-machine_custom_facts_ for_puppet.php I just checked the URL, and Volcane admits the code was bad too - so have a look at http://www.devco.net/archives/2008/06/16/rework_of_puppet_facts_for_etcfactstxt.php John

[Puppet Users] Help

2010-08-12 Thread parag(PK)
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 which run FC11 ,i am trying to configure puppet(version 0.25.5) on it (with ubuntu as puppetserver) every time i try to connect to the server ..its

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 which

[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] 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 to

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

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,

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 a.sny...@gmail.com

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

2010-08-12 Thread Adrian Snyman
On Thu, Aug 12, 2010 at 12:49 PM, Ohad Levy ohadl...@gmail.com 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

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

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

2010-08-12 Thread Adrian Snyman
On Thu, Aug 12, 2010 at 1:05 PM, Daniel Maher d...@witbe.net 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

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

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 ja...@nothingbeatsaduck.comwrote: 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

[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

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

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 a...@vl.ru wrote:

[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 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

[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

[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

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 berwangerchrist...@googlemail.com 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)

[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 { package_name: 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

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

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] 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 pha...@gmail.com wrote: We created a definition in our apt module called

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 codelike this/code 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

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 codelike this/code 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

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 codelike this/code 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 and

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] 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/dpkg