Puppet Class: swift::proxy::catch_errors

Defined in:
manifests/proxy/catch_errors.pp

Overview



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

class swift::proxy::catch_errors() {

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

}