summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-24 11:49:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-24 11:49:59 -0300
commitd2a74fb746e759cb7d5fa48ca32a17f868d9fa1b (patch)
tree61b180c986d86c2891aa30472cd152e15c6b7f47 /manifests
parent07d78d43a8d16e79c84063ae5a18702a1ea4a0a9 (diff)
downloadpuppet-apache-d2a74fb746e759cb7d5fa48ca32a17f868d9fa1b.tar.gz
puppet-apache-d2a74fb746e759cb7d5fa48ca32a17f868d9fa1b.tar.bz2
Ensuring existence of hidden service according to the ensure parameter
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,
}
}