source: trunk/puppet/manifests/classes/netboot-rpld.pp @ 365

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

enlace a documentacion etherboot + paquete para importar pdf en OO

File size: 310 bytes
Line 
1class netboot-rpld {
2
3## boot novell - netboot bios
4#  TODO: configure /etc/default/rpld
5#        configure /etc/rpld.conf for pxe booting
6#        http://help.lockergnome.com/linux/Netbooting-RPL--ftopict415270.html
7#       http://etherboot.org/wiki/rplchaining
8#
9    package { [ "rpld" ]: ensure => installed }
10
11}
Note: See TracBrowser for help on using the repository browser.