From: Silvio Rhatto Date: Sun, 8 Nov 2009 19:42:49 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9cfd713030b3f10c69f33c75b21dedfb4a40a719;p=puppet-apache.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index b6663a1..c0362ed 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -113,7 +113,7 @@ class apache { 'present': { if !defined(File["${docroot}"]) { file { "${docroot}": - ensure => directory, + ensure => present, owner => root, group => root, mode => 0755,