]> gitweb.fluxo.info Git - puppet-onion.git/commitdiff
Fix: onion::ssh: disable v2 service master
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 3 Jan 2023 18:28:38 +0000 (15:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 3 Jan 2023 18:28:38 +0000 (15:28 -0300)
manifests/ssh.pp

index 17c086f8b3a7b369f744fd7f9b88ee7ecda681d1..c5d2aff817664108714405f2ff0e38433a3cc12a 100644 (file)
@@ -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':