aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/websites/manifests/init.pp7
1 files changed, 6 insertions, 1 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index dbc09c0e..b104b85c 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -26,7 +26,12 @@ class websites {
vhost_file => 'websites/vhost_static.conf',
}
- subversion::snapshot { $vhostdir:
+ file { $vhostdir:
+ ensure => directory,
+ mode => 655,
+ }
+
+ subversion::snapshot { "$vhostdir/g":
source => $svn_location
}
}