summaryrefslogtreecommitdiff
path: root/manifests/polipo.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-05 18:05:25 -0300
committermh <mh@immerda.ch>2012-06-05 18:05:25 -0300
commit0648f9e4440053786f06f98eca00eecae5e1e53a (patch)
tree58c3f5a5b16fbefbd0fc15d1104a7326aec42f24 /manifests/polipo.pp
parent6f5e3422b89ba38bbb22e350401279f722e18827 (diff)
new style for 2.7
Diffstat (limited to 'manifests/polipo.pp')
-rw-r--r--manifests/polipo.pp2
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 }
}