diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-01-03 15:28:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-01-03 15:28:38 -0300 |
commit | a2f1ecf7c30702518bcb3fd60ab938949b31be69 (patch) | |
tree | 8a840fa07f383299e61e0cc11a41482d5c595da2 | |
parent | 67218ef7586bc69f850a3aca8b754beb148f8fde (diff) | |
download | puppet-onion-a2f1ecf7c30702518bcb3fd60ab938949b31be69.tar.gz puppet-onion-a2f1ecf7c30702518bcb3fd60ab938949b31be69.tar.bz2 |
-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': |