From f927bec2fa472461a14e8a3d5cf30fbc7bbd20f4 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 28 Oct 2011 16:33:28 +0200 Subject: this file should be deployed after the package have been installed, as it replaces the file from the cronjob Conflicts: manifests/init.pp --- manifests/polipo.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/polipo.pp b/manifests/polipo.pp index a23ff0b..79ee769 100644 --- a/manifests/polipo.pp +++ b/manifests/polipo.pp @@ -26,6 +26,7 @@ class tor::polipo inherits tor { owner => root, group => root, mode => 0755, + require => Package["polipo"], source => "puppet:///modules/tor/polipo.cron", } -- cgit v1.2.3