Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 6f257ce0fd9f602a316d49a4a7370002 > files > 656

puppet-0.25.4-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
}