puppet-swift/manifests/proxy/formpost.pp
2012-11-16 19:16:08 +01:00

28 lines
447 B
Puppet

#
# Configure swift cache_errors.
#
# == Dependencies
#
# == Examples
#
# include 'swift::proxy::formpost'
#
# == Authors
#
# Mehdi Abaakouk <sileht@sileht.net>
#
# == Copyright
#
# Copyright 2012 eNovance licensing@enovance.com
#
class swift::proxy::formpost() {
concat::fragment { 'swift-proxy-formpost':
target => '/etc/swift/proxy-server.conf',
content => template('swift/proxy/formpost.conf.erb'),
order => '31',
}
}