Puppet Class: swift::proxy::tempauth

Defined in:
manifests/proxy/tempauth.pp

Overview



1
2
3
4
5
6
7
8
9
# File 'manifests/proxy/tempauth.pp', line 1

class swift::proxy::tempauth() {

  concat::fragment { 'swift-proxy-swauth':
    target  => '/etc/swift/proxy-server.conf',
    content => template('swift/proxy/tempauth.conf.erb'),
    order   => '01',
  }

}