- Timestamp:
- Sep 12, 2009, 3:04:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/puppet/manifests/classes/debian-installers.pp
r375 r376 20 20 } 21 21 22 fetch_netboot { [ "i386" ]: }22 fetch_netboot { [ "i386", "amd64" ]: } 23 23 24 define fetch_netboot($mirror = "http://debian.mirror.iweb.ca/debian/") { 25 file { "/var/lib/tftpboot/debian-installer/$name/pxelinux.cfg": 26 ensure => "/var/lib/tftpboot/pxelinux.cfg", 27 require => [ File["/var/lib/tftpboot/debian-installer/$name/"], File["/var/lib/tftpboot/pxelinux.cfg/"] ], 28 } 24 define fetch_netboot($mirror = "http://debian.mirror.iweb.ca/debian") { 25 26 # file { "/var/lib/tftpboot/debian-installer/$name/pxelinux.cfg": 27 # ensure => "/var/lib/tftpboot/pxelinux.cfg", 28 # require => [ File["/var/lib/tftpboot/debian-installer/$name/"], File["/var/lib/tftpboot/pxelinux.cfg/"] ], 29 # } 30 29 31 file { "/var/lib/tftpboot/debian-installer/$name/": 30 32 ensure => "directory",
Note: See TracChangeset
for help on using the changeset viewer.