aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}