aboutsummaryrefslogtreecommitdiffstats
path: root/modules/catdap/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/catdap/manifests/init.pp')
-rw-r--r--modules/catdap/manifests/init.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/catdap/manifests/init.pp b/modules/catdap/manifests/init.pp
index 9cb4d22f..41ba5d13 100644
--- a/modules/catdap/manifests/init.pp
+++ b/modules/catdap/manifests/init.pp
@@ -1,6 +1,6 @@
class catdap {
- $upstream_svn = 'svn://svn.mageia.org/svn/soft/identity/CatDap/'
+ $upstream_git = 'git://git.mageia.org/web/identity'
# TODO switch to a proper rpm packaging
$rpm_requirement = ['perl-Catalyst-Runtime',
@@ -38,11 +38,12 @@ class catdap {
catdap::snapshot { "identity.$::domain":
location => '/var/www/identity',
- svn_location => "$upstream_svn/branches/live"
+ git_location => $upstream_git,
+ git_branch => 'topic/production',
}
catdap::snapshot { "identity-trunk.$::domain":
location => '/var/www/identity-trunk',
- svn_location => "$upstream_svn/trunk"
+ git_location => $upstream_git,
}
}