Puppet Class: swift::proxy::tempurl

Defined in:
manifests/proxy/tempurl.pp

Overview



19
20
21
22
23
24
25
26
27
# File 'manifests/proxy/tempurl.pp', line 19

class swift::proxy::tempurl() {

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

}