summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-11-08 17:42:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-11-08 17:42:49 -0200
commit9cfd713030b3f10c69f33c75b21dedfb4a40a719 (patch)
tree8c0889aaeff58e5c78639244d4eac31647b19946 /manifests
parent4c00ace13b6db7ff1e833b5de61643deed5fc2f8 (diff)
downloadpuppet-apache-9cfd713030b3f10c69f33c75b21dedfb4a40a719.tar.gz
puppet-apache-9cfd713030b3f10c69f33c75b21dedfb4a40a719.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,