]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Hidden service file must be a directory
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Jun 2012 16:36:54 +0000 (13:36 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 18 Jun 2012 16:36:54 +0000 (13:36 -0300)
manifests/init.pp

index 8ad1279bf42c44e49a9536d783b569574ebdd1fe..744472cbbc7719d6a353cb684b12fef23194b3f3 100644 (file)
@@ -222,7 +222,7 @@ class apache {
       # hidden service data with other tor files.
       if !defined(File["$tor::daemon::data_dir/hidden"]) {
         file { "$tor::daemon::data_dir/hidden":
-          ensure => present
+          ensure => directory
           owner  => 'debian-tor',
           group  => 'debian-tor',
           mode   => 0700,