aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:58 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:58 +0000
commit77a70999df1bd4e67aadb02bd673449beae124b8 (patch)
treecf0fae1fc952ec3e2958e32c7441655f02848c17 /deployment/mga_buildsystem/manifests
parent9d7449fb7975570ab39f1ed64615188cbc8a4226 (diff)
downloadpuppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar.gz
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar.bz2
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.tar.xz
puppet-77a70999df1bd4e67aadb02bd673449beae124b8.zip
buildsystem: move binrepo config to buildsystem::var::binrepo
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 4755fdaa..6147d15a 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -8,4 +8,9 @@ class mga_buildsystem::config {
class { 'buildsystem::var::youri':
packages_archivedir => "${buildsystem::var::scheduler::homedir}/old",
}
+
+ class { 'buildsystem::var::binrepo':
+ uploadmail_from => "root@${::domain}",
+ uploadmail_to => "packages-commits@ml.${::domain}",
+ }
}