summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/defines/openvpn_client_spec.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/defines/openvpn_client_spec.rb b/spec/defines/openvpn_client_spec.rb
index fdc2c06..da71d63 100644
--- a/spec/defines/openvpn_client_spec.rb
+++ b/spec/defines/openvpn_client_spec.rb
@@ -23,16 +23,6 @@ describe 'openvpn::client', :type => :define do
'command' => '/bin/rm test_client.tar.gz; tar --exclude=\*.conf.d -chzvf test_client.tar.gz test_client'
) }
-
- # exec {
- # "tar the thing ${server} with ${name}":
- # cwd => "/etc/openvpn/${server}/download-configs/",
- # command => "/bin/rm ${name}.tar.gz; tar --exclude=\\*.conf.d -chzvf ${name}.tar.gz ${name}",
- # }
- #
- #
-
-
it { should contain_openvpn__option('ca test_server with test_client').with(
'server' => 'test_server',
'client' => 'test_client',