Details
-
Sub-task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Platform Client 2015-01-07, Platform Client 2015-01-21, Client 2015-02-04, Client 2015-02-18
Description
Simple example for writing content
file { "/tmp/foo.txt":
|
ensure => file,
|
checksum => md5lite,
|
content => "xxxxxxxxxxxxx",
|
}
|
always compared the file "/tmp/foo.txt" using md5lite and the content using md5.
This problem is exposed using both puppet apply and puppet agent.