summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2012-01-08 03:38:45 -0200
committerdrebs <drebs@riseup.net>2012-01-08 03:38:45 -0200
commita3a00ee13be756d9dffca4401afea86978abe566 (patch)
treeed23376e55189bd1af78ea36b5fe63dc498352e0 /manifests/init.pp
parent09d2c7140795012a46e55af024bf0503a32b2751 (diff)
fixing dependency cycle
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a3f12fd..cdcd028 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,7 +16,6 @@ class tor {
group { "debian-tor":
ensure => present,
allowdupe => false,
- require => Package["tor"],
}
user { "debian-tor":