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:
Michael Friedrich 2018-02-14 10:59:03 +01:00 committed by GitHub
commit b4cb5ecb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
export PATH="/opt/rh/rh-php71/root/bin:$PATH"
export PATH="$PATH:/usr/local/bin"

View File

@ -22,6 +22,7 @@ class icingaweb2_dev (
# TODO(el): icinga-gui is not a icingaweb2_dev package
package { [
'rh-php71-php-cli',
'rh-php71-php-gd',
'rh-php71-php-intl',
'rh-php71-php-pdo',