From ff48eb8f73100e409789546c21a2bc415dbb56c5 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Thu, 23 Mar 2017 11:16:22 +0000 Subject: [PATCH] Restart dnsmasq when config changes Change-Id: I77374ca0b9262bd5fb627909e6fcfe73d3cf615b Closes-bug: #1672854 --- manifests/inspector.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/inspector.pp b/manifests/inspector.pp index 8906cee3..b3964f51 100644 --- a/manifests/inspector.pp +++ b/manifests/inspector.pp @@ -409,6 +409,7 @@ tftpboot and httpboot setup, please include ::ironic::pxe") enable => $enabled, hasstatus => true, tag => 'ironic-inspector-dnsmasq-service', + subscribe => File['/etc/ironic-inspector/dnsmasq.conf'], } }