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

Annotation of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations) (download)
Tue Oct 26 23:11:45 2010 UTC (13 years, 5 months ago) by misc
File size: 1429 byte(s)
- it seems the syntax is wrong, disable it for the moment

1 misc 4 # svn, big important server
2     node valstar {
3 misc 24 include default_mageia_server
4     #timezone { "Europe/Paris": }
5 nanardon 21 include rsyncd
6 misc 13
7 misc 6 # for puppet svn checkout
8     package {"subversion":
9     ensure => "installed"
10     }
11 misc 7
12 misc 13 # svn spam log with
13     # Oct 26 13:30:01 valstar svn: No worthy mechs found
14     # without it, source http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html
15     #
16 misc 20 package {"lib64sasl2-plug-anonymous":
17 misc 13 ensure => "installed"
18     }
19    
20 misc 7 # update the puppet snapshot
21     cron { puppet_update:
22     command => "cd /etc/puppet && /usr/bin/svn update -q",
23     user => root,
24     minute => '*/5'
25     }
26 misc 9
27     exec { puppet_etc:
28     cwd => "/etc/",
29     command => "/usr/bin/svn co svn://vm-gandi.mageia.org/adm/puppet/",
30     user => "root",
31     creates => "/etc/puppet/manifests/site.pp"
32     }
33    
34     package {"puppet-server":
35     ensure => "installed"
36     }
37 misc 4 }
38 boklm 3
39 misc 4 # web apps
40     node alamut {
41 misc 24 #timezone { "Europe/Paris": }
42 misc 4 include default_mageia_server
43 boklm 3 }
44    
45 misc 4 # buildnode
46     node jonund {
47 misc 24 #timezone { "Europe/Paris": }
48 misc 4 include default_mageia_server
49     }
50 boklm 3
51 misc 4 node ecosse {
52 misc 24 #timezone { "Europe/Paris": }
53 misc 4 include default_mageia_server
54 boklm 3 }
55    
56 misc 4
57     # backup server
58     node fiona {
59     include default_mageia_server
60     }
61    
62     # gandi-vm
63     node krampouezh {
64 misc 24 #timezone { "Europe/Paris": }
65 misc 4 include default_mageia_server
66     }
67    
68     node champagne {
69     include default_mageia_server
70     }
71    
72    

  ViewVC Help
Powered by ViewVC 1.1.30