Fixed missing $ in define apache::site.

This commit is contained in:
Ossi Salmi 2010-03-04 13:21:13 +02:00 committed by Timo Mkinen
parent dc3f04cfda
commit 1aa19a8eb5

View file

@ -142,7 +142,7 @@ class apache::server inherits apache::common {
# config => "puppet:///path/to/www.example.com.conf", # config => "puppet:///path/to/www.example.com.conf",
# } # }
# #
define apache::site(aliases="", $root="", $config="", $redirect="") { define apache::site($aliases="", $root="", $config="", $redirect="") {
if $name == "default" { if $name == "default" {
$site_fqdn = $fqdn $site_fqdn = $fqdn