summaryrefslogtreecommitdiff
path: root/manifests/polipo/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/polipo/base.pp')
-rw-r--r--manifests/polipo/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/polipo/base.pp b/manifests/polipo/base.pp
index a634920..fca4b21 100644
--- a/manifests/polipo/base.pp
+++ b/manifests/polipo/base.pp
@@ -11,11 +11,11 @@ class tor::polipo::base {
source => "puppet:///modules/tor/polipo/polipo.conf",
require => Package["polipo"],
notify => Service["polipo"],
- before => Service["tor"],
}
service { "polipo":
ensure => running,
enable => true,
+ require => [ Package["polipo"], Service["tor"] ],
}
}