move to https

This commit is contained in:
Leif Johansson 2018-02-12 00:24:51 +01:00
parent a01083da09
commit 5bc14462d7

View file

@ -157,7 +157,7 @@ class md_publisher(Array $allow_clients = ['any'], String $dir = "/var/www/html"
apparmor::profile { 'usr.sbin.lighttpd': source => '/etc/apparmor-cosmos/usr.sbin.lighttpd' } ->
sunet::misc::ufw_allow {'allow-lighttpd':
from => $allow_clients,
port => 80
port => 443
}
}