Skip to content

Commit

Permalink
replace hard tabs with whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jan 28, 2019
1 parent 5bdebb1 commit 270411f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/openvpn_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
local => '',
management => true,
tls_cipher => 'TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA',
}
}
)
apply_manifest_on(hosts_as('vpnserver'), pp, catch_failures: true)
apply_manifest_on(hosts_as('vpnserver'), pp, catch_changes: true)
Expand All @@ -50,7 +50,7 @@
tls_cipher => 'TLS-DHE-RSA-WITH-AES-128-GCM-SHA256:TLS-DHE-RSA-WITH-AES-128-CBC-SHA',
}
openvpn::client { 'vpnclienta' :
openvpn::client { 'vpnclienta' :
server => 'test_openvpn_server',
require => Openvpn::Server['test_openvpn_server'],
remote_host => $facts['networking']['ip'],
Expand Down

0 comments on commit 270411f

Please sign in to comment.