ejabberd: semanage port for bosh

This commit is contained in:
Ossi Salmi 2013-05-17 14:24:09 +03:00
parent f3ad618caa
commit 597c118cb2

View file

@ -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,
}