10 lines
195 B
Puppet
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,
|
|
}
|
|
|