diff --git a/dhcp/manifests/init.pp b/dhcp/manifests/init.pp index 35c7e21..2927f7c 100644 --- a/dhcp/manifests/init.pp +++ b/dhcp/manifests/init.pp @@ -78,6 +78,7 @@ class dhcp::server::common { mode => "0644", owner => "root", group => "root", + require => Package["dhcp"], notify => Service["dhcpd"], } }