summaryrefslogtreecommitdiff
path: root/manifests/defines
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/defines')
-rw-r--r--manifests/defines/vhost_files.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/defines/vhost_files.pp b/manifests/defines/vhost_files.pp
index f97b2e3..5352745 100644
--- a/manifests/defines/vhost_files.pp
+++ b/manifests/defines/vhost_files.pp
@@ -42,7 +42,7 @@ define apache::vhost(
apache::vhost::file{$name:
vhost_source => $vhost_source,
vhost_destination => $vhost_destination,
- do_inlcudes => $do_includes,
+ do_includes => $do_includes,
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,
}
@@ -233,7 +233,7 @@ define apache::vhost::template(
}
apache::vhost::file{$name:
content => template("apache/vhosts/$template_mode/$operatingsystem.erb"),
- do_inlcudes => $do_includes,
+ do_includes => $do_includes,
htpasswd_file => $htpasswd_file,
htpasswd_path => $htpasswd_path,
}