backuppc: Fixed SELinux context from datadir during first puppet run.
This commit is contained in:
parent
f7d91bcc17
commit
29700dace3
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class backuppc::server {
|
||||||
mode => "0750",
|
mode => "0750",
|
||||||
owner => "backuppc",
|
owner => "backuppc",
|
||||||
group => "root",
|
group => "root",
|
||||||
|
seltype => "var_lib_t",
|
||||||
require => Package["BackupPC"],
|
require => Package["BackupPC"],
|
||||||
}
|
}
|
||||||
selinux::manage_fcontext { "${backuppc_datadir}(/.*)?":
|
selinux::manage_fcontext { "${backuppc_datadir}(/.*)?":
|
||||||
|
|
Loading…
Add table
Reference in a new issue