Displaying 1 result from an estimated 1 matches for "extdbfil".
Did you mean:
extdbfiles
2009 Nov 13
0
Checksum Behavior Change
Hiya,
Since upgrading our puppetmaster to 0.25.1, we''ve noticed a behavior
change which is causing us some problems, and I''m not sure if it is
expected behavior. We have the following resource definition (inside
of a define):
file {
"/var/lib/mysql/extdbfiles/$name":
owner => mysql,
group => mysql,
mode => 2660,
recurse => true,
ensure => directory,
backup => false,
require => File["/var/lib/mysql"];
}
What we''re noticing is that our puppet runs are n...