Changeset 237


Ignore:
Timestamp:
Jul 8, 2009, 7:02:05 PM (15 years ago)
Author:
sebas
Message:

pilotos de placa de red + scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/manifests/classes/ltsp.pp

    r232 r237  
    1414# - configure munin-node
    1515# - ocsinventory (with a preseed)
     16# - update client con pilotos de red + scripts
    1617
    1718class ltsp::common {
     
    3031}
    3132
     33class ltsp::updateclient::piloto {
     34
     35    svn::checkout { ltsp-cliente:
     36       repository => "https://svn.redcta.org.ar/proyectos/redcta/trunk/ltsp-cliente",
     37       local_path => "/opt/ltsp/i386",
     38       local_name => "root"
     39    }
     40}
    3241
    3342class ltsp::tftpdhpa::activate {
Note: See TracChangeset for help on using the changeset viewer.