diff options
Diffstat (limited to 'manifests/subsystems/websites.pp')
| -rw-r--r-- | manifests/subsystems/websites.pp | 3 | 
1 files changed, 1 insertions, 2 deletions
| 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 | 
