On Sun, Jan 24, 2010 at 07:28:52PM -0600, Carl Caum wrote: > Add: > > ignoreschedules = true > > to your puppet.conf. I think you can also set > > listen = true > > and that will disable runs and just run when triggered by authorized nodes. > Others will know more about that than me. Anyone care to jump in?
listen=true only causes puppet to listen for puppetrun triggers. It doesn't disable the standard running. If you only want to run puppetd once, use the --onetime option. So... if you want to run it from cron, create a cron job that runs puppetd --onetime, and don't start the service. Cheers, -- Eric Gerlach, Network Administrator Federation of Students University of Waterloo p: (519) 888-4567 x36329 e: egerl...@feds.uwaterloo.ca -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.