dhcp: Fixed depency error from dhcp server when listen interface is defined.

This commit is contained in:
Timo Mkinen 2013-10-04 12:50:04 +03:00
parent ce8333b1b0
commit 90fc74c9f0

View file

@ -78,6 +78,7 @@ class dhcp::server::common {
mode => "0644",
owner => "root",
group => "root",
require => Package["dhcp"],
notify => Service["dhcpd"],
}
}