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

... to avoid failures due to Composer platform checks.
This commit is contained in:
Alexander A. Klimov 2021-09-09 19:21:05 +02:00 committed by Johannes Meyer
parent bbd36d5f83
commit 869b63c263
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,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 }