0a2092a087
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
5 lines
186 B
Plaintext
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
|