also sprach Micah Anderson <[email protected]> [2009.07.27.0253 +0200]: > Can you provide the puppet snippet that is doing the cron operation that > resulted in this debug?
class cron {
package { cron:
ensure => installed,
}
service { cron:
ensure => running,
enable => true,
hasrestart => true,
pattern => "/usr/sbin/cron",
}
}
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
"man soll nicht in kirchen gehn, wenn man reine luft atmen will."
- friedrich nietzsche
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

