Merge "Fix compatibility with latest puppetlabs-concat"
This commit is contained in:
commit
c9090bf724
@ -56,7 +56,6 @@ class swift::proxy(
|
||||
) {
|
||||
|
||||
include swift::params
|
||||
include concat::setup
|
||||
|
||||
validate_bool($account_autocreate)
|
||||
validate_bool($allow_account_management)
|
||||
|
@ -34,7 +34,6 @@ define swift::storage::server(
|
||||
}
|
||||
|
||||
include "swift::storage::${type}"
|
||||
include concat::setup
|
||||
|
||||
validate_re($name, '^\d+$')
|
||||
validate_re($type, '^object|container|account$')
|
||||
|
@ -9,10 +9,7 @@ describe 'swift::proxy::authtoken' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'
|
||||
include concat::setup
|
||||
concat { "/etc/swift/proxy-server.conf": }
|
||||
'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
describe 'when using the default signing directory' do
|
||||
|
@ -12,8 +12,7 @@ describe 'swift::proxy::cache' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }
|
||||
'concat { "/etc/swift/proxy-server.conf": }
|
||||
class { "memcached": max_memory => 1 }'
|
||||
end
|
||||
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::catch_errors' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -10,8 +10,7 @@ describe 'swift::proxy::ceilometer' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }
|
||||
'concat { "/etc/swift/proxy-server.conf": }
|
||||
class { "ssh::server::install": }
|
||||
class { "swift":
|
||||
swift_hash_suffix => "dummy"
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::formpost' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::healthcheck' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -13,10 +13,7 @@ describe 'swift::proxy::keystone' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'
|
||||
include concat::setup
|
||||
concat { "/etc/swift/proxy-server.conf": }
|
||||
'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
it { should contain_file(fragment_file).with_content(/[filter:keystone]/) }
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::ratelimit' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::s3token' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::staticweb' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::swauth' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::swift3' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -9,8 +9,7 @@ describe 'swift::proxy::tempurl' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/proxy-server.conf": }'
|
||||
'concat { "/etc/swift/proxy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -12,8 +12,7 @@ describe 'swift::storage::filter::healthcheck' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/dummy-server.conf": }'
|
||||
'concat { "/etc/swift/dummy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
@ -12,8 +12,7 @@ describe 'swift::storage::filter::recon' do
|
||||
end
|
||||
|
||||
let :pre_condition do
|
||||
'class { "concat::setup": }
|
||||
concat { "/etc/swift/dummy-server.conf": }'
|
||||
'concat { "/etc/swift/dummy-server.conf": }'
|
||||
end
|
||||
|
||||
let :fragment_file do
|
||||
|
Loading…
x
Reference in New Issue
Block a user