aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/media_cfg.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-16 22:47:03 +0000
committerMichael Scherer <misc@mageia.org>2012-03-16 22:47:03 +0000
commit1d20c44d422aa8c6dea577eca256c857f985190c (patch)
tree400bae72ed80916ffe85ffbb484e49f3bbecc7db /modules/buildsystem/manifests/media_cfg.pp
parentbc9d9e24b44c7ba3efeca8d6485ba9097a808d4b (diff)
downloadpuppet-1d20c44d422aa8c6dea577eca256c857f985190c.tar
puppet-1d20c44d422aa8c6dea577eca256c857f985190c.tar.gz
puppet-1d20c44d422aa8c6dea577eca256c857f985190c.tar.bz2
puppet-1d20c44d422aa8c6dea577eca256c857f985190c.tar.xz
puppet-1d20c44d422aa8c6dea577eca256c857f985190c.zip
refactor and split all operation for the repository ( ie /distrib/bootstrap, that should be renamed one day, since that's not longer a bootstrap ) in one submodule, thus emptying a little bit more mainnode.pp
Diffstat (limited to 'modules/buildsystem/manifests/media_cfg.pp')
-rw-r--r--modules/buildsystem/manifests/media_cfg.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/media_cfg.pp b/modules/buildsystem/manifests/media_cfg.pp
index 9f7b6870..07d34118 100644
--- a/modules/buildsystem/manifests/media_cfg.pp
+++ b/modules/buildsystem/manifests/media_cfg.pp
@@ -1,6 +1,7 @@
define buildsystem::media_cfg() {
+ include buildsystem::repository
$arch = $name
- file { "$buildsystem::base::repository_root/distrib/cauldron/$arch/media/media_info/media.cfg":
+ file { "$buildsystem::repository::root/distrib/cauldron/$arch/media/media_info/media.cfg":
owner => $buildsystem::base::sched_login,
group => $buildsystem::base::sched_login,
source => "puppet:///modules/buildsystem/$arch/media.cfg",