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:
parent
fbd1137105
commit
f901e1a630
@ -27,8 +27,6 @@ class cloud::object(
|
||||
$swift_hash_suffix = undef
|
||||
) {
|
||||
|
||||
class { 'ssh::server::install': }
|
||||
|
||||
class { 'swift':
|
||||
swift_hash_suffix => $swift_hash_suffix,
|
||||
}
|
||||
|
@ -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 <<| |>>
|
||||
|
Loading…
x
Reference in New Issue
Block a user