summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJustin Lambert <jlambert@eml.cc>2013-01-15 09:09:20 -0700
committerJustin Lambert <jlambert@eml.cc>2013-01-15 09:09:20 -0700
commit823c2587d51f8b6b5d82389f08b5c901ab84e3a2 (patch)
tree5a8873cde7fa6e92b05e2af04dae732942124c16 /templates
parent3a81ce3cdaf9eaaad5c38cc2c56051785b84bd09 (diff)
Revert "added ifconfig-push and iroute options to openvpn::client"
This reverts commit 3a81ce3cdaf9eaaad5c38cc2c56051785b84bd09.
Diffstat (limited to 'templates')
-rw-r--r--templates/client.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/client.erb b/templates/client.erb
index d8b9213..021ed61 100644
--- a/templates/client.erb
+++ b/templates/client.erb
@@ -24,11 +24,3 @@ mute-replay-warnings
ns-cert-type server
verb <%= scope.lookupvar('verb') %>
mute <%= scope.lookupvar('mute') %>
-<% if scope.lookupvar('iroute') != '' -%>
-<% scope.lookupvar('iroute').to_a.each do |route| -%>
-iroute <%= route %>
-<% end -%>
-<% end -%>
-<% if scope.lookupvar('ifconfig_push') != '' -%>
-ifconfig-push <%= scope.lookupvar('ifconfig_push') %>
-<% end -%> \ No newline at end of file