diff options
Diffstat (limited to 'deployment/websites/manifests/init.pp')
-rw-r--r-- | deployment/websites/manifests/init.pp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp index a294cf3f..064e7b16 100644 --- a/deployment/websites/manifests/init.pp +++ b/deployment/websites/manifests/init.pp @@ -28,8 +28,6 @@ class websites { $vhostdir = "$webdatadir/www.$domain" $svn_location = "svn://svn.$domain/svn/web/www/trunk" - apache::apache_group - subversion::snapshot { $vhostdir: source => $svn_location } |