packstack/packstack/puppet/modules/packstack/manifests/swift.pp

11 lines
257 B
Puppet

class packstack::swift ()
{
# Class['swift'] -> Service <| |>
class { 'swift':
# not sure how I want to deal with this shared secret
swift_hash_path_suffix => lookup('CONFIG_SWIFT_HASH'),
package_ensure => latest,
}
}