aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/webstatus.pp
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-08-20 23:52:10 +0000
committerColin Guthrie <colin@mageia.org>2013-08-20 23:52:10 +0000
commit1d81a40636fb8949d72c31c59dd2e78b39c2afd3 (patch)
treeabef199b8226ffb4ad91719481daaf329342393e /modules/buildsystem/manifests/webstatus.pp
parent9f8b63f4adc2f7f81d8048227e184e45ff9be69d (diff)
downloadpuppet-1d81a40636fb8949d72c31c59dd2e78b39c2afd3.tar
puppet-1d81a40636fb8949d72c31c59dd2e78b39c2afd3.tar.gz
puppet-1d81a40636fb8949d72c31c59dd2e78b39c2afd3.tar.bz2
puppet-1d81a40636fb8949d72c31c59dd2e78b39c2afd3.tar.xz
puppet-1d81a40636fb8949d72c31c59dd2e78b39c2afd3.zip
Switch the pkgsubmit website from an svn checkout to a git clone
Diffstat (limited to 'modules/buildsystem/manifests/webstatus.pp')
-rw-r--r--modules/buildsystem/manifests/webstatus.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/webstatus.pp b/modules/buildsystem/manifests/webstatus.pp
index 065f8326..41538dd9 100644
--- a/modules/buildsystem/manifests/webstatus.pp
+++ b/modules/buildsystem/manifests/webstatus.pp
@@ -30,8 +30,8 @@ class buildsystem::webstatus {
content => template('buildsystem/vhost_webstatus.conf'),
}
- subversion::snapshot { $buildsystem::var::webstatus::location:
- source => $buildsystem::var::webstatus::svn_url,
+ git::snapshot { $buildsystem::var::webstatus::location:
+ source => $buildsystem::var::webstatus::git_url,
}
file { '/etc/bs-webstatus.conf':