Issue #2049 has been updated by Sidney Bahmüller.
Hi, Wouldn't be an option in the puppet.conf nice, like: cached_catalog = [true | false] cached_interval = [value] And this could be used like this: cached_interval = 2 => puppet uses the cached catalog 2 times between each run-interval. For example: runinterval = 1800 cached_interval = 2 => Puppet gets his catalog at 0800 a.m. from server => Puppet runs the catalog at 0810 a.m. from client => Puppet runs the catalog at 0820 a.m. from client => Puppet gets his new catalog at 0830 a.m. from server ... What do you think about that? ---------------------------------------- Feature #2049: Allow puppet to run in an offline mode that only uses the cache http://projects.reductivelabs.com/issues/2049 Author: Nigel Kersten Status: Accepted Priority: Normal Assigned to: Category: plumbing Target version: unplanned Complexity: Unknown Affected version: 0.24.7 Keywords: I've been poking at adding this feature for a while, so I thought I'd put in the feature request and see what the consensus is on what this option should be named, or whether there is violent disagreement as to whether it should exist. I want the ability to tell puppetd to only use the cache and not to talk to the server at all. That way we can schedule our laptop clients to still run puppet regularly to enforce security policies, but reduce load on our servers by only downloading a new catalog once or twice a day. This looks pretty simple to add, but I'm unsure as to the best name for this option. --usecacheonly --no-server ??? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
