]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
this file should be deployed after the package have been installed, as it replaces...
authormh <mh@immerda.ch>
Fri, 28 Oct 2011 14:33:28 +0000 (16:33 +0200)
committermh <mh@immerda.ch>
Fri, 28 Oct 2011 14:33:28 +0000 (16:33 +0200)
manifests/init.pp

index 954b804ae8de1461149fe24d7386ea610b102dd8..8796a73cc72640d5a6e98e4b84940b9fa2fc02f0 100644 (file)
@@ -29,6 +29,7 @@ class tor {
     owner   => root,
     group   => root,
     mode    => 0755,
+    require => Package["polipo"],
     source  => "puppet:///modules/tor/polipo.cron",
   }
 }