changed from atftp to tftp

This commit is contained in:
jonas 2021-11-19 22:10:18 +01:00
parent f8913781ac
commit 8108233314
3 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
include: include:
- pxe.atftp - pxe.tftp
- pxe.pxe - pxe.pxe
- pxe.harvester - pxe.harvester

View File

@ -2,11 +2,11 @@ Install syslinux:
pkg.installed: pkg.installed:
- name: syslinux - name: syslinux
Install atftp: Install tftp:
pkg.installed: pkg.installed:
- name: atftp - name: tftp
Start the atftpd.socket: Start the tftpd.socket:
service.running: service.running:
- name: atftpd.socket - name: tftp.socket
- enable: True - enable: True

View File

@ -7,7 +7,6 @@ base:
- firewalld - firewalld
- ssh - ssh
- chrony - chrony
- atftp
- dnsmasq - dnsmasq
- nginx - nginx
- mariadb - mariadb