From: Silvio Rhatto Date: Sun, 24 Jun 2012 14:49:59 +0000 (-0300) Subject: Ensuring existence of hidden service according to the ensure parameter X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d2a74fb746e759cb7d5fa48ca32a17f868d9fa1b;p=puppet-apache.git Ensuring existence of hidden service according to the ensure parameter --- 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, } }