diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/client.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index 581eece..bfa316f 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -20,6 +20,12 @@ # 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 @@ -88,6 +94,8 @@ define openvpn::client( $server, $compression = 'comp-lzo', $dev = 'tun', + $ifconfig_push = '', + $iroute = '', $mute = '20', $mute_replay_warnings = true, $nobind = true, |