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

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

intento de bootear las maquinas sin pxe pero con novell bios

File size: 270 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#
8    package { [ "rpld" ]: ensure => installed }
9
10}
Note: See TracBrowser for help on using the repository browser.