Skip to content
Snippets Groups Projects
Commit 1248a8e2 authored by Saga Norén Karlsson's avatar Saga Norén Karlsson
Browse files

Uncommenting cron config

parent 1abe0766
No related branches found
No related tags found
3 merge requests!67Test,!66Devel,!61Uncommenting cron config
Pipeline #131808 passed
This commit is part of merge request !61. Comments created here will be created in the context of that merge request.
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment