Puppet Class: swift::proxy::account_quotas
- Defined in:
- manifests/proxy/account_quotas.pp
Overview
21 22 23 24 25 26 27 |
# File 'manifests/proxy/account_quotas.pp', line 21
class swift::proxy::account_quotas() {
concat::fragment { 'swift_account_quotas':
target => '/etc/swift/proxy-server.conf',
content => template('swift/proxy/account_quotas.conf.erb'),
order => '80',
}
}
|