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