also sprach Micah Anderson <mi...@riseup.net> [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 <madd...@d.o>      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

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)

Reply via email to