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:
parent
bbd36d5f83
commit
869b63c263
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue