summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-12-05 17:44:42 +0000
committermh <mh@immerda.ch>2008-12-05 17:44:42 +0000
commit8a2d1ed9ad20e2fec17432ac7720cda7760ad03e (patch)
treeba4c5f8a59afc836d98f39d4ed155e72782178ee /manifests
parent84453ff16c04c69d418e8bc56da614d751497f20 (diff)
fixed other typos
Diffstat (limited to 'manifests')
-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,
}