diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:42:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-19 19:42:44 -0200 |
commit | 4d1b391d0284d04be05801102b11cc7d36c8824e (patch) | |
tree | 1936daa9bb2869e7a3592f6371236a1f5a61868d /manifests/vserver.pp | |
parent | 5b8827a1b5bbf04e17a31be00d8cdd599362c9d3 (diff) | |
download | puppet-nodo-4d1b391d0284d04be05801102b11cc7d36c8824e.tar.gz puppet-nodo-4d1b391d0284d04be05801102b11cc7d36c8824e.tar.bz2 |
Renaming $apache_https_proxy to $nodo_https_proxy
Diffstat (limited to 'manifests/vserver.pp')
-rw-r--r-- | manifests/vserver.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vserver.pp b/manifests/vserver.pp index c39c9fe..fdd8ed2 100644 --- a/manifests/vserver.pp +++ b/manifests/vserver.pp @@ -35,7 +35,7 @@ class nodo::vserver inherits nodo { Monkeysphere_host <<| title == $hostname |>> # Set proxy configuration - $apache_https_proxy = 'yes' + $nodo_https_proxy = 'yes' } "third-party": { # Apply munin and monkeysphere configuration for |