From 4cd2b78d6f45c42f8ce48af79b06c02e80539893 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Tue, 28 Aug 2018 16:45:21 +0200
Subject: [PATCH] Fix cron type definition

---
 manifests/init.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index d202590..b5724f4 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',
-- 
GitLab