Merge "Install Laravel schedule"

This commit is contained in:
Jenkins 2017-08-30 14:21:24 +00:00 committed by Gerrit Code Review
commit 33f81f0190
1 changed files with 7 additions and 0 deletions

View File

@ -476,4 +476,11 @@ class openstackid (
create_resources(sysctl::value,$my_sysctl_settings,$my_sysctl_defaults)
cron { 'InstallLaravelSchedule':
ensure => 'present',
command => 'php /srv/openstackid/w/artisan schedule:run >> /dev/null 2>&1',
user => 'www-data',
minute => '*',
}
}