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:
commit
143b544f95
@ -1,4 +1,4 @@
|
|||||||
include:
|
include:
|
||||||
- pxe.atftp
|
- pxe.tftp
|
||||||
- pxe.pxe
|
- pxe.pxe
|
||||||
- pxe.harvester
|
- pxe.harvester
|
||||||
|
@ -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
|
@ -7,7 +7,6 @@ base:
|
|||||||
- firewalld
|
- firewalld
|
||||||
- ssh
|
- ssh
|
||||||
- chrony
|
- chrony
|
||||||
- atftp
|
|
||||||
- dnsmasq
|
- dnsmasq
|
||||||
- nginx
|
- nginx
|
||||||
- mariadb
|
- mariadb
|
||||||
|
Loading…
Reference in New Issue
Block a user