From: Silvio Rhatto Date: Wed, 30 Jun 2010 20:24:28 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=148db804849ade8078b1889e6aed77aa2ae22a75;p=puppet-nodo.git Minor fix --- diff --git a/manifests/personal.pp b/manifests/personal.pp index ca03b19..c8df5f1 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -13,8 +13,7 @@ class nodo::personal { # Currently tor management just works for debian case $operatingsystem { debian: { - include tor - } + include tor } default: { } }