Issue #6873 has been updated by Daniel Pittman.
Luke Kanies wrote: > Note that one of the major challenges for switching to this will be how to > manage the file contents - we need some way to guarantee that every server > asked for file content by checksum has it. Well, it isn't quite that bad: all we need is to ensure that it can *get* the content by checksum, not that it already has it ahead of time, which is an easier problem to solve: if we define appropriate semantics to fetch the content we don't need to coordinate every master in the pool by pushing out the update, just let them fetch a missing file on demand. ---------------------------------------- Feature #6873: Catalogs should be statically compiled https://projects.puppetlabs.com/issues/6873 Author: Luke Kanies Status: Accepted Priority: High Assignee: Category: Target version: Telly Affected Puppet version: Keywords: Branch: Catalogs that specify file URLs are currently not static - if the remote URL changes, then the configuration can change without the catalog changing. We should instead replace all file URLs on the server side with the file data pointed to by that URL. This is already implemented by the following branch: https://github.com/lak/puppet-static-compiler -- 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://projects.puppetlabs.com/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.
