Puppet: don't install icinga-gui
This commit is contained in:
parent
7e5f5405aa
commit
4e49152c9f
|
@ -21,7 +21,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 { [ '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,
|
ensure => latest,
|
||||||
notify => Service['apache'],
|
notify => Service['apache'],
|
||||||
require => Class['icinga_packages'],
|
require => Class['icinga_packages'],
|
||||||
|
|
Loading…
Reference in New Issue