[Puppet Users] Re: Ruby on HP-UX B.11.11 (11iv1)

2009-09-23 Thread GinSkipper
I agree with Ohad, your ruby is definetely lacking something! Are you using SSH as depending on the version this will also need openssl - So if SSH works then your openssl could be good... --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Puppet Users] Re: Ruby on HP-UX B.11.11 (11iv1)

2009-09-23 Thread Ohad Levy
and yeah, the error message will help too ;) On Wed, Sep 23, 2009 at 4:44 PM, GinSkipper wrote: > > I agree with Ohad, your ruby is definetely lacking something! > > Are you using SSH as depending on the version this will also need > openssl - So if SSH works then your openssl could be good... >

[Puppet Users] Monitoring whether puppetd should be run

2009-09-23 Thread Calimero
Hi, So far we don't trust our puppet skills enough to have puppetd run automatically every morning (for example). This means we currently apply configurations using "puppetd --test" manually when needed. I'd like to monitor whether items/resources are out of sync and report this to our monitori

[Puppet Users] Re: regarding puppetrun

2009-09-23 Thread lovewadhwa
Any resolution of the same On Sep 22, 12:45 pm, lovewadhwa wrote: > Hi all > > I have been using puppetrun on puppet master server to replicate my > manifests on all client machines.But when i run puppetrun i receive > the following error: > > puppetrun --host HOSTNAME > > err: Could not call pu

[Puppet Users] Re: Monitoring whether puppetd should be run

2009-09-23 Thread Ohad Levy
On Wed, Sep 23, 2009 at 6:03 PM, Calimero wrote: > > Hi, > > So far we don't trust our puppet skills enough to have puppetd run > automatically every morning (for example). > why not ? :) > > Another option I've seen is "reports" (--report when running puppetd) > which sends a YAML report to the

[Puppet Users] Re: Mac Domainname and facter

2009-09-23 Thread Allan Marcus
Compare: hostname to facter | grep -i FQDN they should be the same. The domain name is just going to be the FQDN minus everything upto the first period. --- Thanks, Allan Marcus 505-667-5666 On Sep 22, 2009, at 5:07 PM, engle wrote: > > So, when I issue the command: > > ipconfig getpacke

[Puppet Users] mailalias type: automatic rebuild of aliases.db?

2009-09-23 Thread John Ingersoll
HI, All our unix boxes under puppet are configured with the 'mailalias' resource type as in : mailalias { "root": recipient => "linuxr...@fqdn", ensure => present } The majority of those boxes however don't have /etc/aliases served out by puppet, rather, they simply hav

[Puppet Users] Re: Puppet Camp Schedule Posted

2009-09-23 Thread Dick Davies
'me too' :) On Tue, Sep 22, 2009 at 5:16 PM, Dave wrote: > > Yes - any view of the presentations would be much appreciated! > > Thanks in advance, > > Dave > > On Sep 21, 10:14 pm, Marc Fournier > wrote: >> > (I'm working angles to see if we can get presentations >> > streamed/recorded. >> >> +

[Puppet Users] Re: Mac Domainname and facter

2009-09-23 Thread engle
Yes, that is true. Hostname is reporting wrong and so is facter. The issue is that the mac is picking up the correct domainname from the DHCP server, but facter is not. The 'domainname' command returns nothing. The other issue is that the 'ipconfig getpacket en0' command returns the proper dom

[Puppet Users] Re: Mac Domainname and facter

2009-09-23 Thread Nigel Kersten
On Tue, Sep 22, 2009 at 4:07 PM, engle wrote: > > So, when I issue the command: > > ipconfig getpacket en0 > > I get the proper domain name from DHCP. But, 'facter', does not > display this when reporting the 'domain' or in the FQDN . Both of > these list "local" for the domain name of the comput

[Puppet Users] Re: Mac Domainname and facter

2009-09-23 Thread engle
Here is the output from one of the many computers that are exhibiting this behavior: resolv.conf: domain lane.edu. nameserver 158.165.1.26 nameserver 158.165.1.20 sh-3.2# ipconfig getpacket en0 op = BOOTREPLY htype = 1 flags = 0 hlen = 6 hops = 1 xid = 485302252 secs = 0 ciaddr = 0.0.0.0 yiaddr

[Puppet Users] Re: Ruby on HP-UX B.11.11 (11iv1)

2009-09-23 Thread Ash
This sounds very similar to the problem one of our guys had with Puppet. Try as he might he couldn't get it to work on 11.11. In the end we asked him to give up and concentrate on other tasks. On Sep 23, 9:44 am, GinSkipper wrote: > I agree with Ohad, your ruby is definetely lacking something! >

[Puppet Users] Re: failing to run a script within puppet

2009-09-23 Thread Joe McDonagh
Asif Iqbal wrote: > I have a perl script that runs fine manually, but fails to run by puppet > > Need some help with debug > > (root)@scseast:~# cat test.pp > Exec { path => > "/usr/bin:/usr/sbin:/bin:/usr/local/bin:/usr/local/sbin:/opt/csw/bin:/opt/csw/sbin", >cwd => "/tmp", >

[Puppet Users] File create by template() max size?

2009-09-23 Thread Udo Waechter
Hello all. I have encountered a strange issue with puppet 0.24.8. I want to create a nagios service definition file via a template. This file is incomplete. Whats strange is its size: 65535 2009-09-23 20:09 service_HDD_SMART_space-neurobiopsychologie-Uni- Osnabrueck-DE_HDD_SMART.cfg 65535 -

[Puppet Users] Re: Mac Domainname and facter

2009-09-23 Thread Allan Marcus
domainname is only relevant if you are using NIS. The larger issue here, IMHO, is why the hostname command is not returning the correct host name. Sounds like you may hve a problem with your DNS resolution. We have noticed _sometimes_ that if our domain name is not in the search domain fiel

[Puppet Users] Re: copying file from multiple sources

2009-09-23 Thread lschiere
I have tried copying over the contents of the /var/lib/puppet/ssl/ca directory, but apparently something with in it is specific to the host, such it then complains that the certificates and keys do not match. I also saw http://reductivelabs.com/trac/puppet/wiki/MultipleCertificateAuthorities, bu

[Puppet Users] Re: copying file from multiple sources

2009-09-23 Thread Ohad Levy
Did you try signing your secondary puppet master as a client of the first one? make sure you use fqdn when referring to the second one, as its certificate would be valid to "puppet" or its fqdn. Ohad On Thu, Sep 24, 2009 at 4:37 AM, lschiere wrote: > > I have tried copying over the contents of

[Puppet Users] Re: copying file from multiple sources

2009-09-23 Thread Luke Schierer
The secondaries are each clients of the first one. Does the puppetmaster process use the same certificate as puppetd? Luke On Sep 23, 2009, at 21:38 EDT, Ohad Levy wrote: > Did you try signing your secondary puppet master as a client of the > first one? > > make sure you use fqdn when ref

[Puppet Users] puppetrun

2009-09-23 Thread lovewadhwa
Hi While running puppetrun on my master server, i receive the following error on the client host for which puppetrun has been run: err: Could not retrieve catalog: Could not find terminus plain for indirection node Please help what needs to be done for the same. --~--~-~--~~--

[Puppet Users] Re: copying file from multiple sources

2009-09-23 Thread Ohad Levy
Yes it should, are you sure you contact the second puppetmaster with its FQDN?e.g. source => puppet://second.foor.com/module/file/ Ohad On Thu, Sep 24, 2009 at 2:26 PM, Luke Schierer wrote: > > The secondaries are each clients of the first one. Does the > puppetmaster process use the same