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

seth vidal skvidal at fedoraproject.org
Tue May 10 16:42:02 UTC 2011


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


need 2 +1's
-sv




More information about the infrastructure mailing list