]> gitweb.fluxo.info Git - puppet-onion.git/commitdiff
Do not use tor::polipo
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Nov 2016 17:00:11 +0000 (15:00 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 13 Nov 2016 17:00:11 +0000 (15:00 -0200)
manifests/full.pp

index 4657ea437c36db046c6bb948eeba8d1d05685b04..14be354429a911b6744a773cbaaa6578ea5419d7 100644 (file)
@@ -1,12 +1,16 @@
 class onion::full inherits onion::freenode {
   include onion::ssh
 
-  # Currently tor management just works for debian
-  case $::operatingsystem {
-    debian: {
-      include tor::polipo
-    }
-    default: { }
+  package { 'polipo':
+    ensure => absent,
   }
 
+  # Currently tor management just works for debian
+  #case $::operatingsystem {
+  #  debian: {
+  #    include tor::polipo
+  #  }
+  #  default: { }
+  #}
+
 }