aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bugzilla/manifests')
-rwxr-xr-xmodules/bugzilla/manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp
index 373187d7..4d221e2a 100755
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -178,4 +178,11 @@ class bugzilla {
hour => 2,
minute => 30,
}
+
+ cron { 'clean-bug-user-last-visit':
+ command => "$bugzilla_location/clean-bug-user-last-visit.pl",
+ user => 'apache',
+ hour => 22,
+ minute => 0,
+ }
}