Issue #3037 has been reported by Dan Bode. ---------------------------------------- Bug #3037: file resource with content param outputs 'unknown checksum http://projects.reductivelabs.com/issues/3037
Author: Dan Bode
Status: Unreviewed
Priority: Low
Assigned to:
Category:
Target version:
Affected version: 0.25.2
Keywords:
Branch:
#file creation
[r...@exporter puppet]# puppet content.pp
notice: //File[/tmp/test]/content: defined content as 'unknown checksum'
#file change
[r...@exporter puppet]# puppet content.pp
notice: //File[/tmp/test]/content: content changed
'{md5}6f1ed002ab5595859014ebf0951522d9' to 'unknown checksum'
everything works correctly, just the checksum output is broken. (or is this
expected?)
this is only for content, and not source
here is the file
<pre>
file{'/tmp/test':
content => 'blah2',
}
</pre>
--
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.
