aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-05-05 10:37:34 +0000
committerNicolas Vigier <boklm@mageia.org>2011-05-05 10:37:34 +0000
commit086352ef8b96e261ea0c6d709fc88ac0033f2034 (patch)
tree02403aa91d20680057ea881399f5474c2b2a876e /deployment
parent692be90395199cdbea1120d60a46614c8eaf9295 (diff)
downloadpuppet-086352ef8b96e261ea0c6d709fc88ac0033f2034.tar
puppet-086352ef8b96e261ea0c6d709fc88ac0033f2034.tar.gz
puppet-086352ef8b96e261ea0c6d709fc88ac0033f2034.tar.bz2
puppet-086352ef8b96e261ea0c6d709fc88ac0033f2034.tar.xz
puppet-086352ef8b96e261ea0c6d709fc88ac0033f2034.zip
don't create vhostdir as it is managed by subversion::snapshot
Diffstat (limited to 'deployment')
-rw-r--r--deployment/websites/manifests/init.pp5
1 files changed, 0 insertions, 5 deletions
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
}