diff --git a/manifests/init.pp b/manifests/init.pp index dccd707..78e19f4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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 => '*', + } + }