backuppc: Fixed SELinux context from datadir during first puppet run.

This commit is contained in:
Timo Mkinen 2013-05-10 03:14:46 +03:00
parent f7d91bcc17
commit 29700dace3

View file

@ -74,6 +74,7 @@ class backuppc::server {
mode => "0750",
owner => "backuppc",
group => "root",
seltype => "var_lib_t",
require => Package["BackupPC"],
}
selinux::manage_fcontext { "${backuppc_datadir}(/.*)?":