diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-17 15:35:10 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-17 15:35:10 +0000 |
commit | d3918db07bb550d340c95b6ab495a346733c9c25 (patch) | |
tree | f8f8c07761af82917cad825ee895183e4bc90eda /modules/buildsystem | |
parent | e3241bb3df3a21e26c077cdcbb559e038fd7388f (diff) | |
download | puppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar puppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar.gz puppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar.bz2 puppet-d3918db07bb550d340c95b6ab495a346733c9c25.tar.xz puppet-d3918db07bb550d340c95b6ab495a346733c9c25.zip |
- add a proto module for taking care of pam ( need pam_ldap, etc support, and a review of the pam config file too )
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 16 |
1 files changed, 16 insertions, 0 deletions
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 |