disable selinux on swift servers
rsync is causing AVC's, need to look into fixing this long term
This commit is contained in:
parent
25b5e45ff9
commit
c072b5c4ef
@ -7,3 +7,8 @@ class { 'swift':
|
||||
package_ensure => latest,
|
||||
}
|
||||
|
||||
# We need to disable this while rsync causes AVC's
|
||||
exec{'setenforce 0':
|
||||
path => '/usr/sbin',
|
||||
notify => Class['swift']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user