summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 991a95e..c5b10f5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -83,8 +83,8 @@ class apache {
}
define site($ensure = present, $docroot = false, $redirect = false,
- $protocol = 'http', $server_alias = false, $use = false,
- $ticket = false) {
+ $redirect_match = false, $protocol = 'http',
+ $server_alias = false, $use = false, $ticket = false) {
file { "${apache2_sites}-available/$title":
ensure => $ensure,
content => template('apache/site.erb'),