From d3918db07bb550d340c95b6ab495a346733c9c25 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 17 Nov 2010 15:35:10 +0000 Subject: - add a proto module for taking care of pam ( need pam_ldap, etc support, and a review of the pam config file too ) --- modules/buildsystem/manifests/init.pp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'modules/buildsystem/manifests') diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp index 10fcdb72..65fce7dd 100644 --- a/modules/buildsystem/manifests/init.pp +++ b/modules/buildsystem/manifests/init.pp @@ -4,6 +4,22 @@ class buildsystem { include iurt } + class scheduler { + # ulri + } + + class dispatcher { + # emi + } + + class repsys { + package { 'repsys': + + } + + + } + class iurt { include sudo -- cgit v1.2.1