summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-28 16:33:28 +0200
committermh <mh@immerda.ch>2011-10-28 16:33:28 +0200
commit9f88bf5b8873d1174e4dc537142bccd98b3e35b2 (patch)
treeec710f8617949d21254f9e9bb953a5072ec6412b
parent4eae3d127eee35a5fdad29283b05c76eca0451ac (diff)
this file should be deployed after the package have been installed, as it replaces the file from the cronjob
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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",
}
}