diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-24 11:49:59 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-24 11:49:59 -0300 | 
| commit | d2a74fb746e759cb7d5fa48ca32a17f868d9fa1b (patch) | |
| tree | 61b180c986d86c2891aa30472cd152e15c6b7f47 /manifests | |
| parent | 07d78d43a8d16e79c84063ae5a18702a1ea4a0a9 (diff) | |
| download | puppet-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.pp | 1 | 
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,        }      } | 
