Puppet Class: swift::proxy::healthcheck

Defined in:
manifests/proxy/healthcheck.pp

Overview

Configure swift healthcheck.

Dependencies

Examples

Authors

Dan Bode dan@puppetlabs.com

Copyright 2011 Puppetlabs Inc, unless otherwise noted.



16
17
18
19
20
21
22
23
24
# File 'manifests/proxy/healthcheck.pp', line 16

class swift::proxy::healthcheck() {

  concat::fragment { 'swift_healthcheck':
    target  => '/etc/swift/proxy-server.conf',
    content => template('swift/proxy/healthcheck.conf.erb'),
    order   => '25',
  }

}