From 3b2cd8a2b67e91aaeb3d203b0bbdf2dbf77862e7 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Fri, 7 Jan 2011 15:06:32 +0000 Subject: Do not replace mgarepo by repsys on machines --- modules/buildsystem/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 0e60c289..68a91ebb 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -39,7 +39,7 @@ class buildsystem { include scheduler include gatherer - include repsys + include mgarepo include youri_submit } @@ -68,8 +68,8 @@ class buildsystem { } } - class repsys { - package { 'repsys': + class mgarepo { + package { 'mgarepo': } -- cgit v1.2.1