From 823c2587d51f8b6b5d82389f08b5c901ab84e3a2 Mon Sep 17 00:00:00 2001 From: Justin Lambert Date: Tue, 15 Jan 2013 09:09:20 -0700 Subject: Revert "added ifconfig-push and iroute options to openvpn::client" This reverts commit 3a81ce3cdaf9eaaad5c38cc2c56051785b84bd09. --- templates/client.erb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'templates/client.erb') 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 -- cgit v1.2.3