Re: [Puppet Users] Re: Updating node's configuration

2010-07-15 Thread Jesús M. Navarro
El Miércoles, 14 de Julio de 2010 23:22:54, David Ward escribió: > What I would suggest is to change the puppetd from a daemon to a cron > job and add the argument of --tags. This way you can stipulate which > classes to run on the cronjob run, which can run every 15mins or so. > > eg > 15 * * * *

Re: [Puppet Users] ANNOUNCE: Puppet 2.6.0 - Release Candidate 1 available!

2010-07-10 Thread Jesús M. Navarro
Hi: On Saturday 10 July 2010 19:11:12 Patrick Mohr wrote: > On Jul 10, 2010, at 7:57 AM, Peter Meier wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 07/10/2010 04:54 PM, Patrick Mohr wrote: > >> On Jul 9, 2010, at 11:58 PM, James Turnbull wrote: > >>> Certificates cleaned w

Re: [Puppet Users] Re: ldap node attributes containing dash ( - )

2010-05-07 Thread Jesús M. Navarro
On Friday 07 May 2010 19:54:18 donavan wrote: > On May 6, 4:31 pm, donavan wrote: > > Am I missing some clever way to use variables containing a dash in the > > name? > > > > We're using LDAP nodes I may have a node like this example: > > .. > > > And I'd like to access 'console-port' as a variabl

Re: [Puppet Users] ANNOUNCE: Puppet 0.25.5 - Release Candidate 2 available!

2010-05-02 Thread Jesús M. Navarro
Hi, James: On Sunday 02 May 2010 10:25:13 James Turnbull wrote: > Welcome back to the Puppet release cycle for the second outing of > 0.25.5 - release candidate number 2. > > The 0.25.5 release is a maintenance release in the > 0.25.x branch. It contains a number of bug fixes but also > performanc

Re: [Puppet Users] Refresh an exec only if another file changes

2010-04-28 Thread Jesús M. Navarro
Hi, Patrick: On Wednesday 28 April 2010 23:42:38 Patrick wrote: > On Apr 28, 2010, at 1:10 PM, Jesús M. Navarro wrote: > > Hi, list: > > > > I'm trying to add a Debian-based Xen Dom0 server to puppet management. [...] > I won't call this way elegant,

[Puppet Users] Refresh an exec only if another file changes

2010-04-28 Thread Jesús M. Navarro
Hi, list: I'm trying to add a Debian-based Xen Dom0 server to puppet management. One of the files I want to consider is /boot/grub/menu.lst since it contains some Xen-related options. When managing it by hand I'd produce a skeleton for menu.lst and then I'd execute update-grub, which would loo

Re: [Puppet Users] read-only 'ensure' for File resource?

2010-04-24 Thread Jesús M. Navarro
Hi, Eric: On Saturday 24 April 2010 00:47:20 Eric Sorenson wrote: > rlpowell mentioned this earlier on irc and i find myself in a similar boat > - I need to express a condition that doesn't fit neatly into the > class/parameter model and I'm not quite sure how to do it. i'd like to add > a cron e

Re: [Puppet Users] Odd behavior for clients with trailing dot in their FQDN

2010-04-21 Thread Jesús M. Navarro
I Bliss: On Wednesday 21 April 2010 20:33:26 Bill Weiss wrote: > All, > > I'm just getting started with puppet, so excuse any lack of vocabulary > in this email. > > I've got a server (CentOS 5.4) running with a little more than the > example puppet configuration. Importantly, I'm using the suppl

Re: [Puppet Users] Re: Default Gateway facter problems

2010-04-21 Thread Jesús M. Navarro
Hi all: El Miércoles, 21 de Abril de 2010 06:55:29, Daniel Pittman escribió: > donavan writes: [...] > > When I made up my sites broadcast fact I solved it in a manner like > > interfaces.rb. Essentially there are multiple "broadcast_$interface" > > facts, and while creating these the interface

[Puppet Users] Strange order dependency

2010-04-08 Thread Jesús M. Navarro
Hi, list: I'm a rookie on his first tests with Puppet and I found something that it's probably obvious but that still don't understand. I have some modules that manage some files under /etc/ (say, /etc/resolv.conf, /etc/ntp.conf, etc.) and then, since I "inherited" quite a lot of files managed

[Puppet Users] Do not edit above this line policy

2010-04-03 Thread Jesús M. Navarro
Hi, list: I'm on my first steps using Puppet. Now that the easiest parts are somehow tamed more and more questions do arise. But let's go one by one. For some computers/services we delegate some parts of their administration (i.e. development environments). I'll take an easy example on the /

Re: [Puppet Users] Adding System Account

2010-03-30 Thread Jesús M. Navarro
ot;/sbin/nologin", > home => "/var/lib/nagios", > } No, that won't do the trick. Useradd -r will honour SYS_UID_MIN-SYS_UID_MAX; whithout it UID_MIN-UID_MAX will cut it. In general, a "-r" account will get an UID somewhere between 100 and 499 while