puppet: Fix typo introduced by last commit

This commit is contained in:
Eric Lippmann 2015-01-20 12:54:14 +01:00
parent 478a0a0d47
commit 3a3b1fbe51
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', 'icinga-gui' ]:
ensure => latest,
notify => Service['apache'],
require => Class['icinga_packages'],