[Puppet Users] Key signing only

2010-02-03 Thread Neil Prockter
Hello I often configure a new node that I want to be the same as an existing one. However I'd like to run puppetd with --noop just the once to double check the changes (I'm still responsible for them after all) Trouble is on a new node the keys etc aren't there and running as noop they don't get

Re: [Puppet Users] Re: "other end went away" leads to multiple report mails

2009-12-07 Thread Neil Prockter
next if FileTest.directory?(report) > thisreport = open(report) { |fh| YAML::load(fh) } > print "Host: " + thisreport.host > reporttime = File.stat(report).mtime.to_i # seconds since epoch... > thisreport.logs.each do |log| > # Whatever you want to find out abo

[Puppet Users] "other end went away" leads to multiple report mails

2009-12-06 Thread Neil Prockter
Evening All, I've been getting a random number of copies of report mails, the same report sent multiple times at the same second, and finally got tired enough of it to look into it. They are sent from puppet rather than a mail server issue. I get one extra copy every time the client gets a "wa

[Puppet Users] Re: Local disks and puppet ?

2009-10-16 Thread Neil Prockter
Hello If you really want all disks 2000 then net-snmp's "includeAllDisks 2000" might do for you. Neil Xavier Beaudouin wrote: > Hello there, > > I would like to automatize my snmpd.conf with all local disks discovered > by puppet. > > For example, in my template : snmpd.erb I have : > > --//-

[Puppet Users] Re: installing rpm packages

2009-10-05 Thread Neil Prockter
off the top of my head try quoting the package name package { "admin-users": ensure => latest } Neil dj wrote: > I'm trying to build a minimal class that installs a package on a > centos machine. > > here is the class: > > class admin-users { > > package { admin-users: ensure => latest } > >

[Puppet Users] Re: puppetd --server and server option in puppetd.conf

2009-09-22 Thread Neil Prockter
RPM > provided puppet.conf file.) > > Tools designed to make a system administrator's life easier shouldn't > cause such confusion... :) > > Neil Prockter wrote: >> puppetd.conf is no more, use puppet.conf >> >> Many people have had the same confusing situa

[Puppet Users] Re: puppetd --server and server option in puppetd.conf

2009-09-18 Thread Neil Prockter
jcbollinger wrote: > > > On Sep 17, 2:53 pm, David Sowder wrote: >> I'm in the process of upgrading a bunch of our Puppet clients from 0.22.4 to >> 0.24.8 after recently upgrading our puppetmaster similarly. >> >> I've run into a problem that seems like it'd be so likely seen by someone >> el

[Puppet Users] Re: puppetd --server and server option in puppetd.conf

2009-09-17 Thread Neil Prockter
puppetd.conf is no more, use puppet.conf Many people have had the same confusing situation with --noop being similarly ignored. Neil David Sowder wrote: > I'm in the process of upgrading a bunch of our Puppet clients from 0.22.4 to > 0.24.8 after recently upgrading our puppetmaster similarly. >