On Tue, Jul 13, 2010 at 10:31 PM, cmvelo <[email protected]> wrote: > I would like to have the sysconfig_class updated regularly (i.e. run puppetd > as a daemon), but I would like the app1_class updated on-demand only (i.e. > puppetd --onetime).
You have a few options here. If it's just that one class, you could run puppetd out of cron every 30 minutes through a trivial wrapper script that splays. All resources in the sysconfig_class class will be tagged with "sysconfig_class" so you could just run: puppetd --test --tags sysconfig_class If you'd like to apply everything but the app1_class, then please watch feature request http://projects.puppetlabs.com/issues/3746 which is a request to support applying all tags except a certain set of tags using the --tags option. Cheers, -- Jeff McCune http://www.puppetlabs.com/ -- 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.
