disable selinux on swift servers
rsync is causing AVC's, need to look into fixing this long term
This commit is contained in:
@@ -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']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user