diff options
author | mh <mh@immerda.ch> | 2012-06-05 18:05:25 -0300 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-06-05 18:05:25 -0300 |
commit | 0648f9e4440053786f06f98eca00eecae5e1e53a (patch) | |
tree | 58c3f5a5b16fbefbd0fc15d1104a7326aec42f24 | |
parent | 6f5e3422b89ba38bbb22e350401279f722e18827 (diff) | |
download | puppet-tor-0648f9e4440053786f06f98eca00eecae5e1e53a.tar.gz puppet-tor-0648f9e4440053786f06f98eca00eecae5e1e53a.tar.bz2 |
new style for 2.7
-rw-r--r-- | manifests/polipo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } } |