Vagrant: Puppet: icingaweb2_dev: don't let icingacli run on PHP 5.4

... to avoid failures due to Composer platform checks.

(cherry picked from commit 869b63c26370de329bf20417cea741e402cc7a7b)
This commit is contained in:
Alexander A. Klimov 2021-09-09 19:21:05 +02:00 committed by Johannes Meyer
parent f9c68f7d17
commit 685aff66c1

View File

@ -40,7 +40,7 @@ class icingaweb2_dev (
require => Class['icinga_packages'],
}
Exec { path => '/usr/local/bin:/usr/bin:/bin' }
Exec { path => '/opt/rh/rh-php73/root/bin:/usr/local/bin:/usr/bin:/bin' }
# TODO(el): Enabling/disabling modules should be a resource
User <| alias == apache |> { groups +> $web_group }