diff options
author | mh <mh@immerda.ch> | 2014-04-18 10:58:56 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2014-04-18 10:58:56 +0200 |
commit | 41d778fe47c20f2d4c37b4c3089d50fbac6535a3 (patch) | |
tree | 7d88ed6ca5e7b1733204f624fef6d3ce92750a4c /templates/vhosts/proxy | |
parent | d4a70a927e41c181aa07d467a2478db74439aadb (diff) |
address puppet 3.x deprecation warnings
Diffstat (limited to 'templates/vhosts/proxy')
-rw-r--r-- | templates/vhosts/proxy/partial.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/proxy/partial.erb b/templates/vhosts/proxy/partial.erb index ec84dd4..0eecf82 100644 --- a/templates/vhosts/proxy/partial.erb +++ b/templates/vhosts/proxy/partial.erb @@ -4,5 +4,5 @@ <%= scope.function_template(['apache/vhosts/partials/authentication.erb']) %> </Proxy> ProxyRequests Off - ProxyPass / <%= options %>/ - ProxyPassReverse / <%= options %>/ + ProxyPass / <%= @options %>/ + ProxyPassReverse / <%= @options %>/ |