diff --git a/manifests/init.pp b/manifests/init.pp
index ed882d83717dba058508af3b9ec728c4d488eb23..867a8b1b5c419183aff2768bd10ef37b9b932905 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -179,16 +179,16 @@ class aim_control (
     subscribe   => [Vcsrepo['/var/www/skadereg'], File['/var/www/skadereg'],],
   }
 
-  # cron { 'artisan schedule:run':
-  #   minute      => '*',
-  #   hour        => '*',
-  #   monthday    => '*',
-  #   month       => '*',
-  #   weekday     => '*',
-  #   user        => 'apache',
-  #   environment => [ 'PATH=/opt/remi/php74/root/bin:/usr/bin:/bin', 'SHELL=/bin/bash' ],
-  #   command     => 'php /var/www/skadereg/artisan schedule:run &> /dev/null',
-  # }
+  cron { 'artisan schedule:run':
+    minute      => '*',
+    hour        => '*',
+    monthday    => '*',
+    month       => '*',
+    weekday     => '*',
+    user        => 'apache',
+    environment => ['PATH=/opt/remi/php74/root/bin:/usr/bin:/bin', 'SHELL=/bin/bash'],
+    command     => 'php /var/www/skadereg/artisan schedule:run &> /dev/null',
+  }
 
   $db_name = 'homestead'