diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/ssh.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ssh.pp b/manifests/ssh.pp index 17c086f..c5d2aff 100644 --- a/manifests/ssh.pp +++ b/manifests/ssh.pp @@ -5,7 +5,7 @@ class onion::ssh { version => 2, ports => [ "22 127.0.0.1:22" ], data_dir => "${tor::daemon::data_dir}/hidden", - ensure => present, + ensure => absent, } tor::daemon::hidden_service { 'ssh_v3': |