diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/buildsystem/manifests/webstatus.pp (renamed from modules/buildsystem/manifests/pkgsubmit.pp) | 4 | ||||
| -rw-r--r-- | modules/buildsystem/templates/vhost_webstatus.conf (renamed from modules/buildsystem/templates/vhost_pkgsubmit.conf) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/manifests/pkgsubmit.pp b/modules/buildsystem/manifests/webstatus.pp index b2bcb829..9ed617ed 100644 --- a/modules/buildsystem/manifests/pkgsubmit.pp +++ b/modules/buildsystem/manifests/webstatus.pp @@ -1,4 +1,4 @@ -class buildsystem::pkgsubmit { +class buildsystem::webstatus { include buildsystem::var::scheduler $sched_home_dir = $buildsystem::var::scheduler::homedir @@ -13,7 +13,7 @@ class buildsystem::pkgsubmit { '/autobuild/cauldron/x86_64/core/log/status.core.log' => "$location/autobuild/broken.php" }, location => $location, - content => template('buildsystem/vhost_pkgsubmit.conf'), + content => template('buildsystem/vhost_webstatus.conf'), } subversion::snapshot { $location: diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_webstatus.conf index 4de14c17..4de14c17 100644 --- a/modules/buildsystem/templates/vhost_pkgsubmit.conf +++ b/modules/buildsystem/templates/vhost_webstatus.conf |
