summaryrefslogtreecommitdiff
path: root/manifests/polipo/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/polipo/base.pp')
-rw-r--r--manifests/polipo/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/polipo/base.pp b/manifests/polipo/base.pp
index 81cfe9c..f485747 100644
--- a/manifests/polipo/base.pp
+++ b/manifests/polipo/base.pp
@@ -8,7 +8,7 @@ class tor::polipo::base {
owner => root,
group => root,
mode => 0644,
- source => "puppet:///modules/tor/polipo.conf",
+ source => "puppet:///modules/tor/polipo/polipo.conf",
require => Package["polipo"],
notify => Service["polipo"],
}