Stop manipulating SELinux state
... because it's now down during preparing the node[1]. Also remove the curl package which is not actually required. [1] 69adc6a870e141d8e47313b1d3d6a6313f023ce4 Change-Id: Ia124e242a066fcb44b7d372d8a7bfd142fdde0ec
This commit is contained in:
parent
5b6630e97b
commit
0294685932
@ -14,14 +14,6 @@ describe 'basic swift' do
|
||||
include openstack_integration::memcached
|
||||
include openstack_integration::keystone
|
||||
|
||||
exec { 'setenforce 0':
|
||||
path => '/bin:/sbin:/usr/bin:/usr/sbin',
|
||||
onlyif => 'which setenforce && getenforce | grep Enforcing',
|
||||
before => Class['::swift'],
|
||||
}
|
||||
|
||||
package { 'curl': ensure => present }
|
||||
|
||||
# Swift resources
|
||||
class { 'swift':
|
||||
# not sure how I want to deal with this shared secret
|
||||
@ -174,14 +166,6 @@ describe 'basic swift' do
|
||||
include openstack_integration::memcached
|
||||
include openstack_integration::keystone
|
||||
|
||||
exec { 'setenforce 0':
|
||||
path => '/bin:/sbin:/usr/bin:/usr/sbin',
|
||||
onlyif => 'which setenforce && getenforce | grep Enforcing',
|
||||
before => Class['::swift'],
|
||||
}
|
||||
|
||||
package { 'curl': ensure => present }
|
||||
|
||||
# Swift resources
|
||||
class { 'swift':
|
||||
# not sure how I want to deal with this shared secret
|
||||
|
Loading…
x
Reference in New Issue
Block a user