Issue #17183 has been updated by eric sorenson. Status changed from Unreviewed to Investigating Target version set to 3.x Keywords changed from static_compiler to static_compiler backlog
Thanks for the report Erik. Added to backlog for static_compiler work in 3.x ---------------------------------------- Bug #17183: static compiler ignore owner & group attributes on recursive file sources https://projects.puppetlabs.com/issues/17183#change-77717 Author: Erik Dalén Status: Investigating Priority: Normal Assignee: Category: compiler Target version: 3.x Affected Puppet version: 3.0.1 Keywords: static_compiler backlog Branch: Example: <pre> file { '/foo': source => 'puppet:///modules/foo/bar', owner => root, group => root, recurse => true, } </pre> For a manifest like this the static compiler returns the owner and group that the files have on the puppetmaster filesystem instead of root:root. It works as expected using the regular compiler. Setting owner/group using resource defaults doesn't work either. -- 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.
