Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-backports > by-pkgid > f13c73c9c2d29f4683c0c226c3c4cf16 > files > 719

puppet-2.6.2-1mdv2010.1.noarch.rpm

$path = "/usr/bin:/bin"

file { "/tmp/svntests":
    recurse => true,
    checksum => md5
}

exec { "echo 'files have been updated'":
    cwd => "/tmp/svntests",
    refreshonly => true,
    require => file["/tmp/svntests"],
    path => $path
}