Issue #17183 has been reported by Erik Dalén.

----------------------------------------
Bug #17183: static compiler ignore owner & group attributes on recursive file 
sources
https://projects.puppetlabs.com/issues/17183

Author: Erik Dalén
Status: Unreviewed
Priority: Normal
Assignee: 
Category: compiler
Target version: 
Affected Puppet version: 3.0.1
Keywords: static_compiler
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.

Reply via email to