From 1d20c44d422aa8c6dea577eca256c857f985190c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 16 Mar 2012 22:47:03 +0000 Subject: 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 --- modules/buildsystem/manifests/mainnode.pp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/buildsystem/manifests/mainnode.pp') 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': -- cgit v1.2.1