aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-06-15 11:20:36 +0100
committerColin Guthrie <colin@mageia.org>2014-06-15 11:23:05 +0100
commit5a4bc8734c058e4abf1f3973e6ef1f7176ae369b (patch)
tree1ca77f008be0575eaab74c2beeed92ce7ab1fd2d /deployment/websites
parent9c1e0091d036026de29a247a2bbf28421c3bfda1 (diff)
downloadpuppet-5a4bc8734c058e4abf1f3973e6ef1f7176ae369b.tar
puppet-5a4bc8734c058e4abf1f3973e6ef1f7176ae369b.tar.gz
puppet-5a4bc8734c058e4abf1f3973e6ef1f7176ae369b.tar.bz2
puppet-5a4bc8734c058e4abf1f3973e6ef1f7176ae369b.tar.xz
puppet-5a4bc8734c058e4abf1f3973e6ef1f7176ae369b.zip
websites: Switch www.mageia.org hosting to git.
Diffstat (limited to 'deployment/websites')
-rw-r--r--deployment/websites/manifests/www.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/websites/manifests/www.pp b/deployment/websites/manifests/www.pp
index 0f7a7841..b08c97f5 100644
--- a/deployment/websites/manifests/www.pp
+++ b/deployment/websites/manifests/www.pp
@@ -2,7 +2,7 @@ class websites::www {
include websites::base
$vhost = "www.$::domain"
$vhostdir = "$websites::base::webdatadir/$vhost"
- $svn_location = "svn://svn.$::domain/svn/web/www/trunk"
+ $git_location = "git://git.$::domain/web/www"
include apache::var
include apache::mod::php
@@ -11,8 +11,8 @@ class websites::www {
include apache::mod::proxy
include apache::mod::ssl
- subversion::snapshot { $vhostdir:
- source => $svn_location,
+ git::snapshot { $vhostdir:
+ source => $git_location,
}
file { "$vhostdir/var/tmp/cache":