source: trunk/puppet/manifests/node-prod-servidores.pp @ 238

Last change on this file since 238 was 238, checked in by sebas, 15 years ago

cronapt a lugo + ltsp update client scripts

File size: 1.4 KB
Line 
1node evo {
2    include test_class
3    include utile-cli
4
5    debproxy::activateclient { dist:
6       debproxyhost => "debproxy",
7    }
8
9    include debproxy::server
10}
11
12node lugo {
13
14    include matrix::ldapauthclient
15
16    cronapt::mailon-mailto { dist:
17       mailon => "upgrade",
18       mailto => "seguridad@localhost"
19    }
20
21    include ubuntu::optimizacion
22    include utile-cli
23
24    debproxy::activateclient { dist:
25       debproxyhost => "debproxy-ubuntu",
26    }
27
28    include ltsp::updateclient::piloto
29
30    ltsp::buildclient { dist:
31        mirror => "http://debproxy-ubuntu:3142/ar.archive.ubuntu.com/ubuntu",
32        securitymirror => "http://debproxy-ubuntu:3142/security.ubuntu.com"
33    }
34   
35    include estacion-de-trabajo
36
37    ubuntufirefox::startuppage { dist:
38       startuppage => "http://www.constituyentesocial.org.ar",
39    }
40
41    include virtualbox-repo
42
43    file { ["/home"]:
44      ensure => directory,
45      owner => "root", group => "root", mode => "755"
46    }
47    file { ["/home/sedenacional-maquinavirtual"]:
48      ensure => directory,
49      owner => "root", group => "vboxusers", mode => "770"
50    }
51
52}
53
54
55node impreso {
56
57    include test_class
58    include utile-cli
59
60    debproxy::activateclient { dist:
61       debproxyhost => "debproxy-ubuntu",
62    }
63}
64
65node impresion-bog {
66
67    include test_class
68    include utile-cli
69
70    debproxy::activateclient { dist:
71       debproxyhost => "debproxy-ubuntu",
72    }
73}
74
Note: See TracBrowser for help on using the repository browser.