/[adm]/puppet/manifests/nodes/valstar.pp
ViewVC logotype

Contents of /puppet/manifests/nodes/valstar.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2350 - (show annotations) (download)
Sun Feb 5 23:56:14 2012 UTC (12 years, 1 month ago) by boklm
File size: 1529 byte(s)
include mgasoft on valstar
1 # svn, big important server
2 node valstar {
3 # Location: IELO datacenter (marseille)
4 #
5 # TODO:
6 # - GIT server
7 # - setup maintainers database (with web interface)
8 #
9 include common::default_mageia_server
10 timezone::timezone { "Europe/Paris": }
11 include main_mirror
12 include openldap::master
13 include subversion::client
14 include subversion::server
15 include puppet::master
16 include reports::ii
17
18 include ssh::auth
19 include ssh::auth::keymaster
20 include buildsystem::mainnode
21 include buildsystem::mgacreatehome
22 include buildsystem::sync20101
23 include buildsystem::release
24 include buildsystem::maintdb
25 include buildsystem::binrepo
26 include softwarekey::base
27 include mgasoft
28
29 include access_classes::committers
30 include restrictshell::allow_git
31 include restrictshell::allow_svn
32 include restrictshell::allow_pkgsubmit
33 include restrictshell::allow_maintdb
34 include restrictshell::allow_upload_bin
35 # disabled the ldap key here instead of disabling for the
36 # whole module ( see r698 )
37 class { "openssh::ssh_keys_from_ldap":
38 symlink_users => ['schedbot', 'iurt']
39 }
40
41 include mirror::mdv2010spring
42
43 include repositories::subversion
44 include repositories::git
45 include repositories::sparkleshare
46
47 include websites::svn
48
49 subversion::snapshot { "/etc/puppet":
50 source => "svn://svn.mageia.org/svn/adm/puppet/"
51 }
52
53 mirror_cleaner::orphans { "cauldron":
54 base => "/distrib/bootstrap/distrib/",
55 }
56 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30