aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/pkgsubmit.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-16 23:22:12 +0000
committerMichael Scherer <misc@mageia.org>2012-03-16 23:22:12 +0000
commite5925d5832747eac81e03c9324f405f826531cd2 (patch)
tree8216da9cbc5dde15b5b407464daf0490f2f7d79d /modules/buildsystem/manifests/pkgsubmit.pp
parenta27380063ecc2c74ddbe9da302c5ed788c7a551f (diff)
downloadpuppet-e5925d5832747eac81e03c9324f405f826531cd2.tar
puppet-e5925d5832747eac81e03c9324f405f826531cd2.tar.gz
puppet-e5925d5832747eac81e03c9324f405f826531cd2.tar.bz2
puppet-e5925d5832747eac81e03c9324f405f826531cd2.tar.xz
puppet-e5925d5832747eac81e03c9324f405f826531cd2.zip
iuuse the new module made for refactoring and sharing variable ( ie login of the user for scheduler )
Diffstat (limited to 'modules/buildsystem/manifests/pkgsubmit.pp')
-rw-r--r--modules/buildsystem/manifests/pkgsubmit.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/pkgsubmit.pp b/modules/buildsystem/manifests/pkgsubmit.pp
index 069fba84..f5500717 100644
--- a/modules/buildsystem/manifests/pkgsubmit.pp
+++ b/modules/buildsystem/manifests/pkgsubmit.pp
@@ -1,4 +1,7 @@
class buildsystem::pkgsubmit {
+ include buildsystem::scheduler::var
+ $sched_home_dir = $buildsystem::scheduler::var::homedir
+
$location = '/var/www/bs'
file { [$location,"$location/data"]:
ensure => directory,