From 9471cede3f7b278cf6f8a8f5224b5804ad8e43e4 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Thu, 30 Oct 2014 16:57:17 +0100 Subject: [PATCH] icingaweb2_dev: add Package[php-phpunit-PHPUnit] refs #6842 --- .vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp index 0075e41b2..22ac43e74 100644 --- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -101,4 +101,8 @@ 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 + } }