mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Merge pull request #3360 from Icinga/fix/vagrant-php-cli-scl-path
Vagrant: Install SCL PHP CLI and set PATH
This commit is contained in:
commit
b4cb5ecb15
@ -1 +1,2 @@
|
|||||||
|
export PATH="/opt/rh/rh-php71/root/bin:$PATH"
|
||||||
export PATH="$PATH:/usr/local/bin"
|
export PATH="$PATH:/usr/local/bin"
|
||||||
|
@ -22,6 +22,7 @@ class icingaweb2_dev (
|
|||||||
|
|
||||||
# TODO(el): icinga-gui is not a icingaweb2_dev package
|
# TODO(el): icinga-gui is not a icingaweb2_dev package
|
||||||
package { [
|
package { [
|
||||||
|
'rh-php71-php-cli',
|
||||||
'rh-php71-php-gd',
|
'rh-php71-php-gd',
|
||||||
'rh-php71-php-intl',
|
'rh-php71-php-intl',
|
||||||
'rh-php71-php-pdo',
|
'rh-php71-php-pdo',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user