On Oct 28, 2008, at 11:47 AM, schickb wrote:
> Actually I am also seeing non-recursive normal files that are replaced
> every time I run puppetd on the client. One example is below. Am I
> doing something wrong? I've used 'stat' to ensure the file on the
> puppetmaster server is not actually changing between runs.
>
> Declaration:
>
> file { "/etc/skel/.bashrc":
> source => "puppet:///users/bashrc",
> ensure => "present",
> checksum => "mtime",
> backup => "false",
> owner => "root",
> group => "root",
> }
>
Puppet currently only supports md5 for file serving, so that's
probably the problem. Remove the 'checksum' parameter there.
This has now (I think) been fixed so it throws a warning and
automatically switches to md5.
--
To define recursion, we must first define recursion.
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://madstop.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---