From 540c717433f655efad2a5fcb186fc03a680768a8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 8 Nov 2009 13:26:31 -0200 Subject: Adding 'ticket' parameter --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 3c6bcb5..0a72f80 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -75,7 +75,8 @@ class apache { } define site($ensure = present, $docroot = false, $redirect = false, - $protocol = 'http', $server_alias = false, $use = false) { + $protocol = 'http', $server_alias = false, $use = false, + $ticket = false) { file { "${apache2_sites}-available/$title": ensure => $ensure, content => template('apache/site.erb'), -- cgit v1.2.3