On 10/07/2010 09:01 PM, Mohamed Lrhazi wrote: > Am thinking about configrung my clients this way: > > 1: Daemonized puppet runs from init.d script as normal with this: > > [r...@chapeau ~]# cat /etc/sysconfig/puppet > ... > PUPPET_EXTRA_OPTS=--no-client > ... > > [r...@chapeau ~]# cat /etc/puppet/puppet.conf > [puppetd] > report = true > listen = true > > 2: A cron job, scheduled for every 30 minutes runs to report changes > only, like this: > /usr/sbin/puppetd --noop --onetime --no-daemonize > /dev/null 2>&1 & > > I hope I understood everyone's input here...
Looks good to me. And it's an interesting sort of setup. Probably not what the designers had in mind, but quite possible and rather elegant I think. Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
