.
This commit is contained in:
12
salt/states/pxe/atftp.sls
Normal file
12
salt/states/pxe/atftp.sls
Normal 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
|
Reference in New Issue
Block a user