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 370
370
}
371
371
372
372
$ca_common_name = $common_name
373
- :: openvpn::ca { $name:
373
+ openvpn::ca { $name:
374
374
dn_mode => $dn_mode ,
375
375
country => $country ,
376
376
province => $province ,
Original file line number Diff line number Diff line change 17
17
#STATUSREFRESH=0
18
18
# Optional arguments to openvpn's command line
19
19
OPTARGS=""
20
- <% if scope.lookupvar(':: openvpn::autostart_all') -%>
20
+ <% if scope.lookupvar('openvpn::autostart_all') -%>
21
21
AUTOSTART="all"
22
22
<% else -%>
23
23
AUTOSTART=""
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ client-disconnect "<% unless @client_disconnect =~ /^\// %><%= @_script_dir %>/<
173
173
username-as-common-name
174
174
<% end -%>
175
175
<% 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"
177
177
<% end -%>
178
178
<% if @client_cert_not_required -%>
179
179
client-cert-not-required
You can’t perform that action at this time.
0 commit comments