Remove useless class definition
Remove useless class definition (swift::storage::account, swift::storage::container, swift::storage::object) as they are already defined in swift::storage::server. https://github.com/stackforge/puppet-swift/blob/master/manifests/storage/server.pp#L37
This commit is contained in:
@@ -100,12 +100,6 @@ allow_versions = on
|
||||
weight => '100.0',
|
||||
}
|
||||
|
||||
class{
|
||||
['swift::storage::object',
|
||||
'swift::storage::container',
|
||||
'swift::storage::account']:
|
||||
}
|
||||
|
||||
Swift::Ringsync<<| |>> ->
|
||||
Swift::Storage::Server[$container_port] ->
|
||||
Swift::Storage::Server[$account_port] ->
|
||||
|
Reference in New Issue
Block a user