On Nov 10, 8:38 am, Arnau Bria <arnaub...@pic.es> wrote:
> I've been 
> readinghttp://reductivelabs.com/trac/puppet/wiki/TypeReference#serviceand I
> did not find out how to manage a service that only enables a cron:
>
> like:
>
> # /etc/init.d/pakiti status
> nightly pakiti update is disabled
>
> # /etc/init.d/yum status
> Nightly yum update is disabled.
>
> status does not works for me cause process won't be in proc table...
>
> anyone could give some help on this? Soemthing that is not managing
> cron by puppet :-)

If your initscript supports a status argument (as RedHat-provided ones
do) then you can instruct Puppet to use it by setting

  hasstatus => true

on your Service resource(s).  If that's not sufficient for you then
I'm afraid you'll have to describe your problem in more detail (the
Puppet manifest code you're trying to use would be part of that).


John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to