diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/polipo.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/polipo.pp b/manifests/polipo.pp index 79ee769..72a9236 100644 --- a/manifests/polipo.pp +++ b/manifests/polipo.pp @@ -6,6 +6,7 @@ class tor::polipo inherits tor { service { "polipo": ensure => running, + enable => true, require => [ Package["polipo"], Service["tor"] ], } |