From 4d1b391d0284d04be05801102b11cc7d36c8824e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 19:42:44 -0200 Subject: Renaming $apache_https_proxy to $nodo_https_proxy --- manifests/subsystems/websites.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp index 2968a3f..764ed97 100644 --- a/manifests/subsystems/websites.pp +++ b/manifests/subsystems/websites.pp @@ -1,8 +1,7 @@ class websites::setup { # Include apache - # TODO: find a better way to pass parameters class { 'apache': - https_proxy => $apache_https_proxy, + https_proxy => $nodo_https_proxy, } # The needed apache modules -- cgit v1.2.3