File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 370370 }
371371
372372 $ca_common_name = $common_name
373- :: openvpn::ca { $name:
373+ openvpn::ca { $name:
374374 dn_mode => $dn_mode ,
375375 country => $country ,
376376 province => $province ,
Original file line number Diff line number Diff line change 1717#STATUSREFRESH=0
1818# Optional arguments to openvpn's command line
1919OPTARGS=""
20- <% if scope.lookupvar(':: openvpn::autostart_all') -%>
20+ <% if scope.lookupvar('openvpn::autostart_all') -%>
2121AUTOSTART="all"
2222<% else -%>
2323AUTOSTART=""
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ client-disconnect "<% unless @client_disconnect =~ /^\// %><%= @_script_dir %>/<
173173username-as-common-name
174174<% end -%>
175175<% if @ldap_enabled == true -%>
176- plugin <%= scope.lookupvar(':: openvpn::ldap_auth_plugin_location') %> "<%= @server_directory %> /<%= @name %> /auth/ldap.conf"
176+ plugin <%= scope.lookupvar('openvpn::ldap_auth_plugin_location') %> "<%= @server_directory %> /<%= @name %> /auth/ldap.conf"
177177<% end -%>
178178<% if @client_cert_not_required -%>
179179client-cert-not-required
You can’t perform that action at this time.
0 commit comments