Merge "Restart dnsmasq when config changes"

This commit is contained in:
Jenkins 2017-03-23 23:50:33 +00:00 committed by Gerrit Code Review
commit 565b060fcd

View File

@ -409,6 +409,7 @@ tftpboot and httpboot setup, please include ::ironic::pxe")
enable => $enabled, enable => $enabled,
hasstatus => true, hasstatus => true,
tag => 'ironic-inspector-dnsmasq-service', tag => 'ironic-inspector-dnsmasq-service',
subscribe => File['/etc/ironic-inspector/dnsmasq.conf'],
} }
} }