From fa7518388cb38b665747dc4462e67dfff8592eae Mon Sep 17 00:00:00 2001 From: ng Date: Mon, 17 Aug 2009 19:33:28 +0200 Subject: remove obsolote parameter --- manifests/vhost/redirect.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'manifests/vhost/redirect.pp') diff --git a/manifests/vhost/redirect.pp b/manifests/vhost/redirect.pp index 64ebaec..7422629 100644 --- a/manifests/vhost/redirect.pp +++ b/manifests/vhost/redirect.pp @@ -10,15 +10,13 @@ # - true: enable ssl for this vhost # - force: enable ssl and redirect non-ssl to ssl # - only: enable ssl only -# - vhost_destination: where to put the vhost define apache::vhost::redirect( $ensure = present, $domain = 'absent', $domainalias = 'absent', $target_url, $server_admin = 'absent', - $ssl_mode = false, - $vhost_destination = 'absent' + $ssl_mode = false ){ # create vhost configuration file # we use the options field as the target_url @@ -31,7 +29,6 @@ define apache::vhost::redirect( allow_override => $allow_override, options => $target_url, ssl_mode => $ssl_mode, - vhost_destination => $vhost_destination, } } -- cgit v1.2.3