Skip to content

Commit

Permalink
Merge branch 'master' of github.com:albanpeignier/puppet-apache2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Peignier committed Apr 22, 2012
2 parents e225c52 + 3e0d49f commit 1f87020
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifests/definitions/proxy_site.pp
@@ -1,7 +1,8 @@
define apache2::proxy_site($target, $preserve_host = true, $content = '') {
define apache2::proxy_site($target, $preserve_host = true, $content = '', $ensure = 'present') {
include apache2::proxy::http

site { $name:
content => template("apache2/reverse-proxy.conf")
content => template("apache2/reverse-proxy.conf"),
ensure => $ensure
}
}

0 comments on commit 1f87020

Please sign in to comment.