Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-updates > by-pkgid > bda115b49f08d4ba38949ad8a04a5205 > files > 657

puppet-0.25.5-1.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
}