change request - move from '*' in cron spec in puppet to 'absent'

Ricky Elrod codeblock at elrod.me
Tue May 10 17:16:42 UTC 2011


+1, looks fine.

On Tue, May 10, 2011 at 1:13 PM, Toshio Kuratomi <a.badger at gmail.com> wrote:

> On Tue, May 10, 2011 at 12:42:02PM -0400, seth vidal wrote:
> > noticed a change happening everytime on people02 for no good reason.
> >
> > found this:
> >
> >
> > http://www.mail-archive.com/puppet-bugs@googlegroups.com/msg17577.html
> >
> > I wanna make this change
> > diff --git a/modules/clamav/manifests/init.pp
> > b/modules/clamav/manifests/init.pp
> > index e6aa2a4..5a93c89 100644
> > --- a/modules/clamav/manifests/init.pp
> > +++ b/modules/clamav/manifests/init.pp
> > @@ -26,8 +26,8 @@ class clamav::freshclam {
> >  define clamav::clamscan ($paths,
> >          $minute=35,
> >          $hour=4,
> > -        $monthday="*",
> > -        $month="*",
> > +        $monthday=absent,
> > +        $month=absent,
> >          $weekday=5,
> >          $excludes=[]) {
> >      # $name is the mailto address
> >
> +1
>
> -Toshio
>
> _______________________________________________
> infrastructure mailing list
> infrastructure at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/infrastructure
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/infrastructure/attachments/20110510/c73fc194/attachment.html 


More information about the infrastructure mailing list