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:
Yanis Guenane
2014-05-22 16:11:35 -04:00
parent f999265092
commit d7b4ae25f5

View File

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