added fw control to certs

This commit is contained in:
Arne Teuke
2017-07-23 11:07:10 +01:00
parent a8c21b8822
commit f012535113

View File

@@ -31,6 +31,11 @@ class cd_nagios::certbot::certs (
require cd_certbot
require cd_apache
if $ng_include_fw == true {
require cd_nagios::firewall::iptables
}
# create cert
exec { 'create_cert':