Issue #17183 has been updated by Adrien Thebo.

Status changed from In Topic Branch Pending Review to Merged - Pending Release
Target version changed from 3.x to 3.3.0

Merged into master in 2169289; this should be released in 3.3.0.

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

* Author: Erik Dalén
* Status: Merged - Pending Release
* Priority: Normal
* Assignee: 
* Category: compiler
* Target version: 3.3.0
* Affected Puppet version: 3.0.1
* Keywords: static_compiler backlog
* Branch: https://github.com/puppetlabs/puppet/pull/1609
----------------------------------------
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to