Ignore:
Timestamp:
Sep 12, 2009, 8:24:19 PM (15 years ago)
Author:
sebas
Message:

nuevo servidor de prueba (bolivar) + nuevo grupo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/node-prod-servidores.pp

    r369 r377  
     1node bolivar {
     2
     3   include installers
     4
     5    ltsp::buildclient { dist:
     6        mirror => "http://debproxy-ubuntu:3142/ar.archive.ubuntu.com/ubuntu",
     7        securitymirror => "http://debproxy-ubuntu:3142/security.ubuntu.com"
     8    }
     9
     10    include ltsp::tftpdhpa::activate
     11
     12    include ubuntu::apt
     13
     14    include test_class
     15    include utile-cli
     16
     17    include estacion-de-trabajo
     18
     19    cronapt::mailon-mailto { dist:
     20       mailon => "upgrade",
     21       mailto => "security@localhost"
     22    }
     23
     24    debproxy::activateclient { dist:
     25       debproxyhost => "debproxy-ubuntu",
     26    }
     27
     28}
     29
    130node chavez {
    231    include test_class
Note: See TracChangeset for help on using the changeset viewer.