Merge "Create dnsmasq-tftp-server.conf at the correct timing"

This commit is contained in:
Zuul 2024-10-14 08:59:32 +00:00 committed by Gerrit Code Review
commit a14cf751f6

View File

@ -223,6 +223,8 @@ class ironic::pxe (
owner => 'root',
group => 'root',
content => template('ironic/dnsmasq_tftp_server.erb'),
require => Anchor['ironic::config::begin'],
before => Anchor['ironic::config::end'],
}
if $manage_service {