From: mh Date: Fri, 28 Oct 2011 14:33:28 +0000 (+0200) Subject: this file should be deployed after the package have been installed, as it replaces... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9f88bf5b8873d1174e4dc537142bccd98b3e35b2;p=puppet-tor.git this file should be deployed after the package have been installed, as it replaces the file from the cronjob --- diff --git a/manifests/init.pp b/manifests/init.pp index 954b804..8796a73 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -29,6 +29,7 @@ class tor { owner => root, group => root, mode => 0755, + require => Package["polipo"], source => "puppet:///modules/tor/polipo.cron", } }