Fixed missing $ in define apache::site.
This commit is contained in:
parent
dc3f04cfda
commit
1aa19a8eb5
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class apache::server inherits apache::common {
|
|||
# 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" {
|
||||
$site_fqdn = $fqdn
|
||||
|
|
Loading…
Add table
Reference in a new issue