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