This commit is contained in:
Jonas Forsberg
2021-11-06 11:40:04 +01:00
parent a34129b11b
commit 631f4012ed
3 changed files with 137 additions and 0 deletions

12
salt/states/pxe/atftp.sls Normal file
View File

@@ -0,0 +1,12 @@
Install syslinux:
pkg.installed:
- name: syslinux
Install atftp:
pkg.installed:
- name: atftp
Start the atftpd.socket:
service.running:
- name: atftpd.socket
- enable: True