Shannon Mitchell 64acebe745 Fix tftpd-hpa configuration issues
This includes:
    - removing two bad /etc/default/tftpd-hpa tasks
    - relocating the good /etc/default/tftpd-hpa task
      to the pre-tasks area of the broken configs.
    - Removing OPTIONS from /etc/default/tftpd-hpa as they
      were causing duplicate -s config errors. The -l is
      taken care of in the init script as well.

Change-Id: Ie474fceb116c921a373f5711194e222594095e51
Closes-Bug: 1746354
2018-01-30 15:38:57 -06:00

6 lines
129 B
Plaintext

TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/lib/tftpboot"
TFTP_ADDRESS=":{{ tftp_port }}"
TFTP_OPTIONS="--secure"
RUN_DAEMON="yes"