changed from atftp to tftp
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
include:
|
||||
- pxe.atftp
|
||||
- pxe.tftp
|
||||
- pxe.pxe
|
||||
- pxe.harvester
|
||||
|
@@ -2,11 +2,11 @@ Install syslinux:
|
||||
pkg.installed:
|
||||
- name: syslinux
|
||||
|
||||
Install atftp:
|
||||
Install tftp:
|
||||
pkg.installed:
|
||||
- name: atftp
|
||||
- name: tftp
|
||||
|
||||
Start the atftpd.socket:
|
||||
Start the tftpd.socket:
|
||||
service.running:
|
||||
- name: atftpd.socket
|
||||
- name: tftp.socket
|
||||
- enable: True
|
Reference in New Issue
Block a user