Details
-
Sub-task
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
Platform Client 2015-01-07, Platform Client 2015-01-21, Client 2015-02-04, Client 2015-02-18
Description
puppet apply with
file { "/stuff.txt":
|
ensure => file,
|
purge => true,
|
checksum => sha256,
|
source => "/foo.txt",
|
}
|
always updates with the notice
Notice: /Stage[main]/Main/File[/stuff.txt]/content: content changed '
36a34910c3f1f68c7fb53a8196c58de86d665c7b84d23a5b3052bca89bc28b1b' to '
{md5}fe2df48f1f99a235ee97f2a5e0c3a464'