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

[Puppet Users] Re: Updating node's configuration

2010-07-14 Thread David Ward
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 * * * * pupetd -t --tags sysconfig_class --report etc -- Regards David