Skip to content

Instantly share code, notes, and snippets.

@big-samantha
Created November 12, 2012 23:35
Show Gist options
  • Save big-samantha/4062808 to your computer and use it in GitHub Desktop.
Save big-samantha/4062808 to your computer and use it in GitHub Desktop.
# configure haproxy
class haproxy::config inherits ::haproxy {
file { 'haproxy.cfg':
ensure => present,
content => $haproxycfg,
path => '/etc/haproxy/haproxy.cfg',
owner => root,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment