mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +02:00
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:
parent
f9c68f7d17
commit
685aff66c1
@ -40,7 +40,7 @@ class icingaweb2_dev (
|
|||||||
require => Class['icinga_packages'],
|
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
|
# TODO(el): Enabling/disabling modules should be a resource
|
||||||
User <| alias == apache |> { groups +> $web_group }
|
User <| alias == apache |> { groups +> $web_group }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user