wiki:NodoInstalaciones

Version 1 (modified by josx@…, 14 years ago) (diff)

--

node instalaciones {

    include basenode
    include basenode::admin
    include basenode::admin::cta::sedenacional

    dnsmasq::config { 'pocho':
        dhcp_authoritative => 'yes',
        dhcp_range         => '10.0.30.1,10.0.30.254,255.255.0.0,2h',
        dhcp_gw            => '10.0.10.1',
        dhcp_nameservers   => '10.0.99.2',
        dhcp_script        => '/usr/local/sbin/dnsmasq-genhostname.sh',
        dhcp_hostsfile     => '/etc/dnsmasq.hostsfile',
        addn_hosts         => '/etc/hosts.dnsmasq',
        domain             => 'sede.org.ar',
        dhcp_boot          => '/pxelinux.0,pocho,10.0.99.2',
        tftp_root          => '/',
        log_queries        => 'yes',
        log_dhcp           => 'yes'
    }

    network::interface { "eth0" :
        address => "10.0.99.2",
        broadcast => "10.0.255.255",
        netmask => "255.255.0.0",
        parameters => "gateway 10.0.10.1\n        dns-search sede.org.ar\n        dns-nameservers 10.0.10.1",
    }

    include debproxy::server
    include di_netboot_assistant
    include ltsp::buildclient
    ltsp::client::debproxy::activateclient { dist:
     debproxyhost => "debproxy-ubuntu",
    }
    include ltsp::client::plymouth::logocta
    include ltsp::client::localgen::es_AR
    include ltsp::client::ldm::carpani_cta

   include ltsp::client::installpackages
    include ltsp::client::checkoutinroot


    include login_themes::plymouth::logocta
    include escritorio::basico
    include escritorio::fondos::cta
    include escritorio::gnome-theme::xp
    include escritorio::tb
    include escritorio::autostart-off
    include escritorio::iconos
    include escritorio::oo3conf::fileformat
    include escritorio::vb::ose

}