Fixed selinux context from apache datadir.

This commit is contained in:
Timo Mkinen 2011-03-16 14:59:41 +02:00
parent a87056fb4c
commit 311df93f08

View file

@ -24,8 +24,9 @@ class apache::common {
file { "${apache_datadir}":
ensure => directory,
mode => 0755,
owner => root,
group => root,
owner => "root",
group => "root",
seltype => "httpd_sys_content_t",
}
file { "/srv/www":