diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:04:25 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-05-23 15:04:25 +0000 |
commit | 9b9b0666f8593bba45a7fdce1cdc76d6f5090c41 (patch) | |
tree | 8d073ee5736e4efd692859440a690f10c978ffbe /deployment | |
parent | 2287b34f3ef8bf672034f05a17e27aece4d17969 (diff) | |
download | puppet-9b9b0666f8593bba45a7fdce1cdc76d6f5090c41.tar puppet-9b9b0666f8593bba45a7fdce1cdc76d6f5090c41.tar.gz puppet-9b9b0666f8593bba45a7fdce1cdc76d6f5090c41.tar.bz2 puppet-9b9b0666f8593bba45a7fdce1cdc76d6f5090c41.tar.xz puppet-9b9b0666f8593bba45a7fdce1cdc76d6f5090c41.zip |
buildsystem: rename pkgsubmit to webstatus
Rename buildsystem::pkgsubmit to buildsystem::webstatus. pkgsubmit name
has been used as the name of the host to submit packages, and the
hostname of the web page to view the buildsystem status, but the two are
different things, so they should be separated.
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/mga_buildsystem/manifests/mainnode.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/mainnode.pp b/deployment/mga_buildsystem/manifests/mainnode.pp index 89124bcb..f2797731 100644 --- a/deployment/mga_buildsystem/manifests/mainnode.pp +++ b/deployment/mga_buildsystem/manifests/mainnode.pp @@ -5,7 +5,7 @@ class mga_buildsystem::mainnode { include buildsystem::maintdb include buildsystem::binrepo include buildsystem::repoctl - include buildsystem::pkgsubmit + include buildsystem::webstatus $rpmlint_packages = [ "rpmlint-mageia-policy", "rpmlint-mageia-mga2-policy"] package { $rpmlint_packages: |