From 8c71f05376a400d27797237fa87e866b2e59133a Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 17 Feb 2009 12:25:13 +0000 Subject: typo --- manifests/defines/vhost_files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/defines/vhost_files.pp') diff --git a/manifests/defines/vhost_files.pp b/manifests/defines/vhost_files.pp index 109a3c5..fc12721 100644 --- a/manifests/defines/vhost_files.pp +++ b/manifests/defines/vhost_files.pp @@ -297,7 +297,7 @@ define apache::vhost::file::documentroot( path => $real_path, source => $real_source, ensure => file, - require => File[real_path] + require => File[real_path], mode => 440; } -- cgit v1.2.3