disable selinux on swift servers

rsync is causing AVC's, need to look into fixing this long term
This commit is contained in:
Derek Higgins 2012-11-23 05:10:36 -05:00
parent 25b5e45ff9
commit c072b5c4ef

View File

@ -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']
}