Issue #2797 has been reported by Pat D.
----------------------------------------
Bug #2797: tag not inherited by subfiles if "recurse=>true" on a file type.
http://projects.reductivelabs.com/issues/2797
Author: Pat D
Status: Unreviewed
Priority: Normal
Assigned to:
Category: tags
Target version:
Affected version: 0.25.1
Keywords:
Branch:
Take this :
<pre>
class myclass {
file { "/etc/mydir/":
owner => root,
group => root,
mode => 644,
recurse => true,
source => "puppet://puppet01/mydir/",
ignore => ".svn*",
}
}
</pre>
Running puppetd --test --tags myclass will update the directory itself (mode
for example) , but the recursed files won't. (You get "Not tagged with myclass"
for each subfiles if you run with --debug.)
As a workaround, you can add a tag in the file description :
tag => mytag
--
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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---