aboutsummaryrefslogtreecommitdiff
path: root/manifests/polipo.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-11-09 21:27:54 +0100
committerintrigeri <intrigeri@boum.org>2012-11-09 21:27:54 +0100
commit1339f9a561a80f060f9d7f9deaed7c3f54b40847 (patch)
tree9037201abcd710de4fa2c76d97aa4fb97901f349 /manifests/polipo.pp
parenta7c8b004e1239b2bef366cbd33a0596b20971ff9 (diff)
parent0648f9e4440053786f06f98eca00eecae5e1e53a (diff)
downloadpuppet-tor-1339f9a561a80f060f9d7f9deaed7c3f54b40847.tar.gz
puppet-tor-1339f9a561a80f060f9d7f9deaed7c3f54b40847.tar.bz2
Merge remote-tracking branch 'immerda/master'
Conflicts: manifests/init.pp manifests/polipo.pp manifests/polipo/base.pp manifests/torsocks.pp
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 }
}