]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Jun 2010 20:24:28 +0000 (17:24 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 30 Jun 2010 20:24:28 +0000 (17:24 -0300)
manifests/personal.pp

index ca03b199cec10ad54866f4ac4f330379ad12408c..c8df5f1b92ac89a9f6cff1b9012ae9f6056ce3a7 100644 (file)
@@ -13,8 +13,7 @@ class nodo::personal {
   # Currently tor management just works for debian
   case $operatingsystem {
     debian: { 
-        include tor
-      }
+      include tor
     }
     default: { }
   }