Changeset 452


Ignore:
Timestamp:
Nov 10, 2009, 4:49:15 PM (14 years ago)
Author:
sebas
Message:

enlaces simbolicos para levantar todo bien el pxe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/di_netboot_assistant/manifests/init.pp

    r425 r452  
    2424
    2525   # symbolic link to generated menu
    26    file  { "/var/lib/tftpboot/pxelinux.cfg/default":
    27       ensure => "../debian-installer/pxelinux.cfg/default"
     26   file  {
     27     "/var/lib/tftpboot/pxelinux.0":
     28      ensure => "debian-installer/pxelinux.0";
     29     "/var/lib/tftpboot/pxelinux.cfg":
     30      ensure => directory,
     31      owner => "root", group => "root", mode => "755";
     32     "/var/lib/tftpboot/pxelinux.cfg/default":
     33      ensure => "../debian-installer/pxelinux.cfg/default";
    2834   }
    2935
Note: See TracChangeset for help on using the changeset viewer.