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