summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ec592e7..360335f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -85,9 +85,9 @@ class apache {
define site($ensure = present, $docroot = false, $redirect = false,
$redirect_match = false, $protocol = 'http',
$server_alias = false, $use = false, $ticket = false,
- $custom = false) {
+ $source = false) {
- case $custom {
+ case $source {
true: {
file { "${apache2_sites}-available/$title":
ensure => $ensure,