aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mainnode.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/mainnode.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/mainnode.pp')
-rw-r--r--modules/buildsystem/manifests/mainnode.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/buildsystem/manifests/mainnode.pp b/modules/buildsystem/manifests/mainnode.pp
index caf51038..07e052aa 100644
--- a/modules/buildsystem/manifests/mainnode.pp
+++ b/modules/buildsystem/manifests/mainnode.pp
@@ -11,7 +11,6 @@ class buildsystem::mainnode {
$sched_home_dir = $buildsystem::scheduler::homedir
$build_login = $buildsystem::iurt::user::login
- $repository_root = $buildsystem::base::repository_root
ssh::auth::client { $sched_login: }
@@ -22,10 +21,6 @@ class buildsystem::mainnode {
vhost_file => 'buildsystem/vhost_repository.conf',
}
- file { $repository_root:
- ensure => directory,
- }
-
buildsystem::media_cfg { ['i586','x86_64']: }
cron { 'dispatch jobs':