Issue #5351 has been updated by Zach Leslie.

Affected Puppet version set to 0.25.5


----------------------------------------
Bug #5351: Puppet checksums file resources when no source specified
https://projects.puppetlabs.com/issues/5351

Author: Zach Leslie
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 0.25.5
Keywords: 
Branch: 


When using a manifest like the following:
<pre>
file { $dirs: ensure => directory, recurse => true, owner => root, group => 
root, mode => 755; }
</pre>
puppet checksums every file in the directory, even though there is no source 
specified to compare the resulting checksums to.  This seems like bad behavior, 
as when trying to only set permission on a large directory structure, this can 
take a very long time doing nothing useful.


-- 
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