Re: [Puppet Users] Announcement: Geppetto 2.1.2 released

2012-02-05 Thread Henrik Lindberg
On 2012-05-02 1:59, Walter Heck wrote: Guess it should make me happy that I found only a few warnings in our repo :) I found warnings in the puppetmaster log of one of our puppetmasters I recently upgraded to 2.7.10 though, they are not reported by geppetto as of now I think (something about file

[Puppet Users] Re: Chef knife equivalent in puppet

2012-02-05 Thread sateesh
Hi Cody. Can you please help me in this. Thanks in advance, Sateesh B. On Feb 3, 10:38 am, sateesh wrote: > Hi Cody, > > Thanks for your response. > > As Specified by you I understood this way. Please correct me if I am > wrong. > > 1) I will be having a ready new VM with Ubuntu installed. So I

[Puppet Users] Re: Puppet installed using Gem

2012-02-05 Thread sateesh
Thanks Felix. Solved the problem by adding waitforcert flag in command line. On Feb 3, 6:46 pm, Felix Frank wrote: > Hi, > > On 02/03/2012 01:48 PM, sateesh wrote: > > > "err: Could not request certificate: Connection refused - connect(2) > > are you absolutely certain the default port is open on

[Puppet Users] Refactoring help

2012-02-05 Thread Walter Heck
Hi all, last night I wrote some of the worst code I have written in a while. I am literally proud of the amount of shame I feel for messing with code this badly. Naturally, waking up on Monday morning the bad code hangover is severe, but I don't quite see how this could be improved. That's where y

[Puppet Users] Dashboard using extlookup

2012-02-05 Thread eper
Hello, I have been working on this for several hours now and still seems not to be working. I am unsure if its a bug or I am doing something wrong. [master] node_terminus = exec external_nodes = /usr/share/puppet-dashboard/bin/external_node If I execute the external node command it returns valu

[Puppet Users] Puppet kick class option error

2012-02-05 Thread Kenichi Tsunokawa
Hi, I'm trying to puppet kick with class option. Pupper Master: puppetmaster.example.com Puppet Client1: host1.example.net Puppet Client2: host2.example.net But I get this error. --- [root@puppetmaster ~]# puppet kick --class test --debug test: host1.example.net.example.com, host2.example.net.e

[Puppet Users] Puppet kick class option error

2012-02-05 Thread Kenichi Tsunokawa
Hello, I'm trying to puppet kick with class option. Pupper Master: puppetmaster.example.com Puppet Client1: host1.example.net Puppet Client2: host2.example.net But I get this error. --- [root@puppetmaster ~]# puppet kick --class test --debug test: host1.example.net.example.com, host2.example.ne

[Puppet Users] Having inheritance issues

2012-02-05 Thread Henderson Alexandre
Hello Puppet user group, I'm unable to get the node controllernode.vps.net to inherit the class basenode to run any of the includes defined in basenode, no errors are reported by puppet. All controllernode.vps.net is able to import from puppet is the hosts module which is defined in site.pp ---

[Puppet Users] newb inheritance issue

2012-02-05 Thread eldorado554
I'm having a basic newbie issue, I'm unable to get the node controllernode.vps.net to inherit the class ntp and controller node as defined. All controllernode.vps.net is able to import from puppet is the hosts module..I'm gessing it only imports the hosts module because it is defined in the default

[Puppet Users] Ensure service nsca

2012-02-05 Thread jkm89
Hi all, i need configure module nsca on puppet. I want ensure stopped the service, but puppet detect wrong the process. For example: in this sistuation: hululi ~ # ps aux | grep nsca nagios 12730 0.0 0.0 16708 752 ?Ss 07:47 0:00 nsca - c /etc/nagios/nsca.cfg --daemon root