diff --git a/manifests/init.pp b/manifests/init.pp
index b5724f42ed4673b775e66b8e84cd161729ba4ac5..b9489bd945b92666b35a3193a9058f1bec5ca4fe 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -162,7 +162,6 @@ class skadereg(
     month       => '*',
     weekday     => '*',
     user        => 'apache',
-    group       => 'skadereg',
     environment => [ 'PATH=/opt/rh/rh-php56/root/usr/bin:/usr/bin:/bin', 'SHELL=/bin/bash' ],
     command     => 'php /var/www/skadereg/artisan schedule:run &> /dev/null',
   }