ejabberd: semanage port for bosh
This commit is contained in:
parent
f3ad618caa
commit
597c118cb2
1 changed files with 5 additions and 0 deletions
|
@ -187,6 +187,11 @@ class ejabberd {
|
||||||
source => "puppet:///modules/ejabberd/ejabberd-httpd.conf",
|
source => "puppet:///modules/ejabberd/ejabberd-httpd.conf",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
selinux::manage_port { "5280":
|
||||||
|
type => "http_port_t",
|
||||||
|
proto => "tcp",
|
||||||
|
}
|
||||||
|
|
||||||
configwebhost { $ejabberd_webhosts:
|
configwebhost { $ejabberd_webhosts:
|
||||||
htdocs => $htdocs,
|
htdocs => $htdocs,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue