Issue #3951 has been updated by R.I. Pienaar aka Volcane.
Ticket #1545 would also relate, either (or both!) would be excellent. ---------------------------------------- Feature #3951: Quadruple slashes in puppet:// URIs refer to the current module. http://projects.puppetlabs.com/issues/3951 Author: Nigel Kersten Status: Unreviewed Priority: Normal Assigned to: Category: Target version: Affected version: 0.25.4 Keywords: Branch: <pre> class foo { file { "/etc/foo/foo.conf": source => "puppet:////foo.conf", } } </pre> and this would expand to: <pre> puppet://$servername/$modulename/foo.conf </pre> This would make modules even more portable and save me a lot of typing. :) I'd understand if this got rejected though. It's a bit ugly. -- 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.
