2012-06-04 13:18:12 -07:00
|
|
|
#
|
|
|
|
# Configure swift cache_errors.
|
|
|
|
#
|
|
|
|
# == Dependencies
|
|
|
|
#
|
|
|
|
# == Examples
|
|
|
|
#
|
2013-07-01 18:27:13 -04:00
|
|
|
# include swift::proxy::catch_errors
|
2012-06-04 13:18:12 -07:00
|
|
|
#
|
|
|
|
# == Authors
|
|
|
|
#
|
2013-01-24 08:27:19 -08:00
|
|
|
# Francois Charlier fcharlier@ploup.net
|
2012-06-04 13:18:12 -07:00
|
|
|
#
|
|
|
|
# == Copyright
|
|
|
|
#
|
|
|
|
# Copyright 2012 eNovance licensing@enovance.com
|
|
|
|
#
|
|
|
|
class swift::proxy::catch_errors() {
|
|
|
|
|
|
|
|
concat::fragment { 'swift_catch_errors':
|
|
|
|
target => '/etc/swift/proxy-server.conf',
|
|
|
|
content => template('swift/proxy/catch_errors.conf.erb'),
|
|
|
|
order => '24',
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|