diff --git a/manifests/init.pp b/manifests/init.pp
index d20259039c005f136682552194516363ef712b01..b5724f42ed4673b775e66b8e84cd161729ba4ac5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -158,7 +158,7 @@ class skadereg(
   cron { 'artisan schedule:run':
     minute      => '*',
     hour        => '*',
-    date        => '*',
+    monthday    => '*',
     month       => '*',
     weekday     => '*',
     user        => 'apache',