Puppet Class: swift::proxy::proxy_logging

Defined in:
manifests/proxy/proxy_logging.pp

Overview

Configure swift proxy-logging.

Authors

Joe Topjian joe@topjian.net


8
9
10
11
12
13
14
15
# File 'manifests/proxy/proxy_logging.pp', line 8

class swift::proxy::proxy_logging {

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