Skip to content
Snippets Groups Projects

Test

Merged Nils Olof Paulsson requested to merge test into production
1 file
+ 9
9
Compare changes
  • Side-by-side
  • Inline
+ 9
9
@@ -169,15 +169,15 @@ class aim_control (
@@ -169,15 +169,15 @@ class aim_control (
require => Vcsrepo['/var/www/skadereg'], # Ensure VCS repo is checked out first
require => Vcsrepo['/var/www/skadereg'], # Ensure VCS repo is checked out first
}
}
# exec { 'artisan migrate':
exec { 'artisan migrate':
# command => 'php artisan migrate --force -n',
command => 'php artisan migrate --force -n',
# cwd => '/var/www/skadereg',
cwd => '/var/www/skadereg',
# path => [ '/opt/remi/php74/root/bin/' ],
path => ['/opt/remi/php74/root/bin/'],
# refreshonly => true,
refreshonly => true,
# group => 'skadereg',
group => 'skadereg',
# user => 'apache',
user => 'apache',
# subscribe => [ Vcsrepo['/var/www/skadereg'], File[ '/var/www/skadereg' ], ],
subscribe => [Vcsrepo['/var/www/skadereg'], File['/var/www/skadereg'],],
# }
}
# cron { 'artisan schedule:run':
# cron { 'artisan schedule:run':
# minute => '*',
# minute => '*',
Loading