From 85471074070083d089365d10bc3978eabc606c28 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Fri, 8 Jun 2012 17:37:05 +0200 Subject: Move Polipo configuration files to a dedicated directory. --- manifests/polipo/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/polipo/base.pp') 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"], } -- cgit v1.2.3