From 086352ef8b96e261ea0c6d709fc88ac0033f2034 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 5 May 2011 10:37:34 +0000 Subject: don't create vhostdir as it is managed by subversion::snapshot --- deployment/websites/manifests/init.pp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'deployment/websites') diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp index 067318b2..dee06c65 100644 --- a/deployment/websites/manifests/init.pp +++ b/deployment/websites/manifests/init.pp @@ -43,11 +43,6 @@ class websites { location => $vhostdir, } - file { $vhostdir: - ensure => directory, - mode => 755, - } - subversion::snapshot { "$vhostdir": source => $svn_location } -- cgit v1.2.1