28 lines
461 B
ObjectPascal
28 lines
461 B
ObjectPascal
![]() |
#
|
||
|
# Configure swift cache_errors.
|
||
|
#
|
||
|
# == Dependencies
|
||
|
#
|
||
|
# == Examples
|
||
|
#
|
||
|
# include 'swift::proxy::catch_errors'
|
||
|
#
|
||
|
# == Authors
|
||
|
#
|
||
|
# François Charlier fcharlier@ploup.net
|
||
|
#
|
||
|
# == 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',
|
||
|
}
|
||
|
|
||
|
}
|