Puppet: don't install icinga-gui

This commit is contained in:
Alexander A. Klimov 2018-01-12 10:06:51 +01:00
parent 7e5f5405aa
commit 4e49152c9f
1 changed files with 1 additions and 1 deletions

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'],