diff options
author | Justin Lambert <jlambert@eml.cc> | 2013-01-15 09:09:20 -0700 |
---|---|---|
committer | Justin Lambert <jlambert@eml.cc> | 2013-01-15 09:09:20 -0700 |
commit | 823c2587d51f8b6b5d82389f08b5c901ab84e3a2 (patch) | |
tree | 5a8873cde7fa6e92b05e2af04dae732942124c16 /manifests | |
parent | 3a81ce3cdaf9eaaad5c38cc2c56051785b84bd09 (diff) |
Revert "added ifconfig-push and iroute options to openvpn::client"
This reverts commit 3a81ce3cdaf9eaaad5c38cc2c56051785b84bd09.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/client.pp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index bfa316f..581eece 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -20,12 +20,6 @@ # Default: tun # Options: tun (routed connections), tap (bridged connections) # -# [*ifconfig_push*] -# String. Interface IP to be pushed to the client -# -# [*iroute*] -# String or Array. List of iroutes to be announced to the server -# # [*mute*] # Integer. Set log mute level # Default: 20 @@ -94,8 +88,6 @@ define openvpn::client( $server, $compression = 'comp-lzo', $dev = 'tun', - $ifconfig_push = '', - $iroute = '', $mute = '20', $mute_replay_warnings = true, $nobind = true, |