diff --git a/manifests/params.pp b/manifests/params.pp index 2515ca4c8..07470e85e 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -169,8 +169,8 @@ # Zabbix-web $apache_listen_ip = undef - $apache_listenport = '80' - $apache_listenport_ssl = '443' + $apache_listenport = 80 + $apache_listenport_ssl = 443 $apache_ssl_cert = undef $apache_ssl_chain = undef # Cipher is used from: https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility diff --git a/metadata.json b/metadata.json index cd07e855c..144ddaa9b 100644 --- a/metadata.json +++ b/metadata.json @@ -18,7 +18,7 @@ }, { "name": "puppetlabs/apache", - "version_requirement": ">= 1.6.0 < 7.0.0" + "version_requirement": ">= 1.6.0 < 8.0.0" }, { "name": "puppetlabs/firewall",