Puppet Class: swift::proxy::container_quotas

Defined in:
manifests/proxy/container_quotas.pp

Overview



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

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