icingaweb2_dev: add Package[icinga-gui]

refs #6842
This commit is contained in:
Alexander Klimov 2014-10-30 17:25:41 +01:00
parent 38c97587a4
commit 64445ae887
1 changed files with 1 additions and 5 deletions

View File

@ -8,7 +8,7 @@ class icingaweb2_dev {
notify => Service['apache'],
}
package { [ 'php-pdo', 'php-ldap' ]:
package { [ 'php-pdo', 'php-ldap', 'php-phpunit-PHPUnit', 'icinga-gui' ]:
ensure => latest,
notify => Service['apache'],
}
@ -105,8 +105,4 @@ class icingaweb2_dev {
unless => 'grep -Fxqe "-A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT" /etc/sysconfig/iptables',
command => '/sbin/iptables -I INPUT 1 -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT && /sbin/iptables-save > /etc/sysconfig/iptables'
}
package { 'php-phpunit-PHPUnit':
ensure => latest
}
}