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




Topic: Updating node's configuration <http://groups.google.com/group/puppet-users/t/7ca6d4a53ed9866e>

      cmvelo <cmv...@gmail.com> Jul 13 10:31PM -0700 ^ <#digest_top>
Is there any way to have parts of a node's configuration updated
      automatically
      and other parts updated on-demand?
i.e. node1 has two classes associated with it:
      • app1_class
      • sysconfig_class
and ideally 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).
Is there an easy/straightforward way to set this up? (fyi: using puppet version 25.5) Thanks,

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

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

Reply via email to