tlu/salt/states/pxe/tftp.sls

13 lines
192 B
Plaintext
Raw Normal View History

2021-09-23 10:54:33 +00:00
Install syslinux:
pkg.installed:
- name: syslinux
2021-11-19 21:10:18 +00:00
Install tftp:
2021-09-23 10:54:33 +00:00
pkg.installed:
2021-11-19 21:10:18 +00:00
- name: tftp
2021-09-23 10:54:33 +00:00
2021-11-19 21:10:18 +00:00
Start the tftpd.socket:
2021-09-23 10:54:33 +00:00
service.running:
2021-11-19 21:10:18 +00:00
- name: tftp.socket
2021-09-23 10:54:33 +00:00
- enable: True