Merge pull request from Icinga/feature/drop-icinga-gui

Puppet: don't install icinga-gui
This commit is contained in:
lippserd 2018-01-12 11:26:55 +01:00 committed by GitHub
commit b6ea97090a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
.puppet/profiles/icingaweb2_dev/manifests

View File

@ -21,7 +21,7 @@ class icingaweb2_dev (
}
# TODO(el): icinga-gui is not a icingaweb2_dev package
package { [ 'php-gd', 'php-intl', 'php-pdo', 'php-ldap', 'php-phpunit-PHPUnit', 'icinga-gui' ]:
package { [ 'php-gd', 'php-intl', 'php-pdo', 'php-ldap', 'php-phpunit-PHPUnit' ]:
ensure => latest,
notify => Service['apache'],
require => Class['icinga_packages'],