diff --git a/ejabberd/manifests/init.pp b/ejabberd/manifests/init.pp index ec31ab8..bf08151 100644 --- a/ejabberd/manifests/init.pp +++ b/ejabberd/manifests/init.pp @@ -187,6 +187,11 @@ class ejabberd { source => "puppet:///modules/ejabberd/ejabberd-httpd.conf", } + selinux::manage_port { "5280": + type => "http_port_t", + proto => "tcp", + } + configwebhost { $ejabberd_webhosts: htdocs => $htdocs, }