openstack-ansible-os_ironic/templates/map-file
Mohammed Naser 0a2092a087 tftp: start on boot & fix tftp paths
This fixes the tftp service name on CentOS and makes sure that
the service is running on boot.  It also makes sure that the
tftp_root is setup correctly for the default configuration
on CentOS.

Change-Id: I56944ea905b5ea908cf1e93d5ae1325e68788562
2019-08-16 11:11:04 +00:00

5 lines
186 B
Plaintext

re ^({{ ironic_tftpd_root }}/) {{ ironic_tftpd_root }}/\2
re ^{{ ironic_tftpd_root }}/ {{ ironic_tftpd_root }}/
re ^(^/) {{ ironic_tftpd_root }}/\1
re ^([^/]) {{ ironic_tftpd_root }}/\1