On 10/15/2008 2:09 PM, Stephen Nelson-Smith wrote:
> Can I just do:
> 
> cron { "my-job":
>   command => "/my/command",
>   minute => "*",
>   ensure => "present",
> }

cron { "my-job":
   command => "/my/command",
   ensure => "present",
}

No minute required.

-- 
Mike Renfro  / R&D Engineer, Center for Manufacturing Research,
931 372-3601 / Tennessee Technological University

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

Reply via email to