Remove ssh::server::install from puppet-openstack-cloud

Since ssh::server::install is already installed by the swift module
there is no need to have it declared here also.
This commit is contained in:
Yanis Guenane 2014-05-22 16:21:45 -04:00
parent fbd1137105
commit f901e1a630
2 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,6 @@ class cloud::object(
$swift_hash_suffix = undef
) {
class { 'ssh::server::install': }
class { 'swift':
swift_hash_suffix => $swift_hash_suffix,
}

View File

@ -22,6 +22,8 @@ class cloud::object::ringbuilder(
$swift_rsync_max_connections = 5,
) {
include cloud::object
Ring_object_device <<| |>>
Ring_container_device <<| |>>
Ring_account_device <<| |>>