summaryrefslogtreecommitdiff
path: root/manifests/polipo/base.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2012-06-08 17:37:05 +0200
committerintrigeri <intrigeri@boum.org>2012-06-08 17:37:05 +0200
commit85471074070083d089365d10bc3978eabc606c28 (patch)
tree125be940dd60b77deccf9481bed155188eb28ce6 /manifests/polipo/base.pp
parentc59fe7465bedc1157ee9e314938fdc10c4158cf5 (diff)
Move Polipo configuration files to a dedicated directory.
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"],
}