Merge pull request 'changed from atftp to tftp' (#5) from tftp into main

Reviewed-on: jonas/tle#5
Fixes #4
This commit is contained in:
Jonas Forsberg 2021-11-23 10:51:39 +00:00
commit 143b544f95
3 changed files with 5 additions and 6 deletions

View File

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

View File

@ -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

View File

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