aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-06-15 11:17:02 +0100
committerColin Guthrie <colin@mageia.org>2014-06-15 11:23:05 +0100
commit1233f4ee943a8f07f8ae8c5e79af83d8adbc6cd6 (patch)
tree61deb63e385e49f24dfcf5c333db351d71cdeab8 /deployment/websites/manifests
parent5c4f659f12be74d1fcadab5bd3362842985541e9 (diff)
downloadpuppet-1233f4ee943a8f07f8ae8c5e79af83d8adbc6cd6.tar
puppet-1233f4ee943a8f07f8ae8c5e79af83d8adbc6cd6.tar.gz
puppet-1233f4ee943a8f07f8ae8c5e79af83d8adbc6cd6.tar.bz2
puppet-1233f4ee943a8f07f8ae8c5e79af83d8adbc6cd6.tar.xz
puppet-1233f4ee943a8f07f8ae8c5e79af83d8adbc6cd6.zip
websites: Switch hugs.mageia.org hosting to git.
The conversion rebased the code to skip the public folder (nothing outside of that is particularly private)
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/hugs.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/websites/manifests/hugs.pp b/deployment/websites/manifests/hugs.pp
index 49fe6ac7..2840b45a 100644
--- a/deployment/websites/manifests/hugs.pp
+++ b/deployment/websites/manifests/hugs.pp
@@ -2,14 +2,14 @@ class websites::hugs {
include websites::base
$vhostdir = "$websites::base::webdatadir/hugs.$::domain"
- $svn_location = "svn://svn.$::domain/svn/web/hugs/public/"
+ $git_location = "git://git.$::domain/web/hugs"
apache::vhost::base { "hugs.$::domain":
location => $vhostdir,
}
- subversion::snapshot { $vhostdir:
- source => $svn_location
+ git::snapshot { $vhostdir:
+ source => $git_location
}
package { 'php-exif': }