mongodb: semanage port for mongodb webadmin

This commit is contained in:
Ossi Salmi 2013-05-17 14:25:03 +03:00
parent d2998eb164
commit 3d911d684e

View file

@ -49,6 +49,11 @@ class mongodb::server {
notify => Service["mongod"],
}
selinux::manage_port { "28017":
type => "http_port_t",
proto => "tcp",
}
service { "mongod":
ensure => running,
enable => true,