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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2708 - (hide annotations) (download)
Mon Apr 2 11:05:40 2012 UTC (11 years, 11 months ago) by misc
File size: 1809 byte(s)
clean all puppet-lint warning in nodes/
1 misc 2303 # 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 misc 2545 timezone::timezone { 'Europe/Paris': }
11 misc 2303 include main_mirror
12 misc 2708 include openldap::master
13 misc 2303 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::sync20101
22     include buildsystem::release
23     include buildsystem::maintdb
24     include buildsystem::binrepo
25 misc 2698 include softwarekey
26 boklm 2350 include mgasoft
27 misc 2303
28     include access_classes::committers
29     include restrictshell::allow_git
30     include restrictshell::allow_svn
31     include restrictshell::allow_pkgsubmit
32     include restrictshell::allow_maintdb
33     include restrictshell::allow_upload_bin
34     # disabled the ldap key here instead of disabling for the
35     # whole module ( see r698 )
36 misc 2545 class { 'openssh::ssh_keys_from_ldap':
37 misc 2708 symlink_users => ['schedbot', 'iurt']
38 misc 2303 }
39    
40     include mirror::mdv2010spring
41    
42     include repositories::subversion
43     include repositories::git
44     include repositories::sparkleshare
45    
46     include websites::svn
47    
48 misc 2545 subversion::snapshot { '/etc/puppet':
49     source => 'svn://svn.mageia.org/svn/adm/puppet/'
50 misc 2303 }
51    
52 misc 2545 mirror_cleaner::orphans { 'cauldron':
53     base => '/distrib/bootstrap/distrib/',
54 misc 2303 }
55 misc 2414
56     # TODO use a dns zone for that
57     host { 'arm1':
58 misc 2708 ensure => present,
59 misc 2545 ip => '10.10.10.11',
60     host_aliases => [ "arm1.$::domain" ],
61 misc 2414 }
62    
63     host { 'arm2':
64 misc 2708 ensure => present,
65 misc 2545 ip => '10.10.10.12',
66     host_aliases => [ "arm2.$::domain" ],
67 misc 2414 }
68 misc 2303 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30