From: mh Date: Tue, 5 Jun 2012 21:05:25 +0000 (-0300) Subject: new style for 2.7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0648f9e4440053786f06f98eca00eecae5e1e53a;p=puppet-tor.git new style for 2.7 --- diff --git a/manifests/polipo.pp b/manifests/polipo.pp index a7ef005..8563347 100644 --- a/manifests/polipo.pp +++ b/manifests/polipo.pp @@ -1,7 +1,7 @@ class tor::polipo { include ::tor - case $operatingsystem { + case $::operatingsystem { 'debian': { include tor::polipo::debian } default: { include tor::polipo::base } }