diff --git a/etherpadlite/manifests/init.pp b/etherpadlite/manifests/init.pp index fdb3ab8..591fc12 100644 --- a/etherpadlite/manifests/init.pp +++ b/etherpadlite/manifests/init.pp @@ -13,4 +13,9 @@ class etherpadlite { require => User["etherpad"], } + selinux::manage_port { "9001": + type => "http_port_t", + proto => "tcp", + } + }