Issue #6873 has been updated by Luke Kanies.
The problem is that it's largely impossible to get content by checksum unless, um, you already have it, or someone else does - thus my mention of the need for a central filebucket. I.e., if a server translates a file url into the associated checksum, and then another server is asked for that checksum, the second server has no builtin way to translate that checksum to the original URL, and thus can only return an error. We should probably do something like retain the original URL on the client, and then pass it when we ask the server for a file, so it can look up the content if it doesn't have access to it. ---------------------------------------- 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.
