Skip to content

Commit 58b265e

Browse files
author
DEFERME Bert
committed
Stop breaking upstream apache rspec
1 parent f4796f1 commit 58b265e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/params.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169

170170
# Zabbix-web
171171
$apache_listen_ip = undef
172-
$apache_listenport = '80'
173-
$apache_listenport_ssl = '443'
172+
$apache_listenport = 80
173+
$apache_listenport_ssl = 443
174174
$apache_ssl_cert = undef
175175
$apache_ssl_chain = undef
176176
# Cipher is used from: https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility

0 commit comments

Comments
 (0)