Skip to content

Commit

Permalink
parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
luxflux authored and typhonius committed Jan 11, 2015
1 parent 02e02d5 commit 0ab2a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/client_specific_config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
#
define openvpn::client_specific_config(
$server,
$ensure = present,
$iroute = [],
$route = [],
$ifconfig = false,
$dhcp_options = [],
$redirect_gateway = false,
$ensure = present
) {

Openvpn::Server[$server] ->
Expand Down

0 comments on commit 0ab2a6d

Please sign in to comment.