packstack/puppet/templates/swift_common.pp
Derek Higgins fd256ec324 Adding swift support
Only currently works for a single storage node with 1 zone, more
to be added
2012-08-20 13:44:38 +01:00

10 lines
195 B
Puppet

class { 'ssh::server::install': }
class { 'swift':
# not sure how I want to deal with this shared secret
swift_hash_suffix => 'swift_shared_secret',
package_ensure => latest,
}