Issue #6600 has been updated by Luke Kanies. Status changed from Accepted to Closed
---------------------------------------- Feature #6600: Catalogs should not reference files by URL https://projects.puppetlabs.com/issues/6600#change-69490 Author: Luke Kanies Status: Closed Priority: High Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Catalogs currently reference files by URL, and these files are often on a remote, central server. This causes a bunch of issues: * If the catalog is not updated but the remote files are, then there can be configuration inconsistencies * The clients always need to be able to talk to the server * The client/server conversation is longer and more complicated than it needs to be * The client will talk to the server every time a catalog is applied, even if nothing has changed. Instead, the file URLs should be expanded on the server, so that the file owner, mode, group, and content are all specified directly. Then at worst the client has to retrieve the content form the server, and even then only on a content difference. -- 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.
