aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var/webstatus.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests/var/webstatus.pp')
-rw-r--r--modules/buildsystem/manifests/var/webstatus.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/var/webstatus.pp b/modules/buildsystem/manifests/var/webstatus.pp
index c3891d9e..21f8d59f 100644
--- a/modules/buildsystem/manifests/var/webstatus.pp
+++ b/modules/buildsystem/manifests/var/webstatus.pp
@@ -14,8 +14,8 @@
# path of the directory where the themes are located. If you want
# to use a theme not included in webstatus, you need to change this.
class buildsystem::var::webstatus(
- $git_url = "git://git.mageia.org/web/pkgsubmit",
- $hostname = "pkgsubmit.$::domain",
+ $git_url = "git://git.${::domain}/web/pkgsubmit",
+ $hostname = "pkgsubmit.${::domain}",
$location = '/var/www/bs',
$package_commit_url,
$max_modified = '2',