mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
parent
a7ab667f13
commit
9471cede3f
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user