Skip to content

Commit

Permalink
Fix the openvpn port attribute in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Levasseur committed May 5, 2017
1 parent 446f98f commit 7527253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/Rakefile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ task :client do
client
dev tun
proto <%= node['openvpn']['config']['proto'] %>
remote #{gateway} <%= node['openvpn']['port'] %>
remote #{gateway} <%= node['openvpn']['config']['port'] %>
resolv-retry infinite
nobind
persist-key
Expand Down

0 comments on commit 7527253

Please sign in to comment.