summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 744472c..b445161 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -233,6 +233,7 @@ class apache {
ports => "80 127.0.0.1:80",
data_dir => "$tor::daemon::data_dir/hidden",
require => File["$tor::daemon::data_dir/hidden"],
+ ensure => $ensure,
}
}