dhcp: Fixed depency error from dhcp server when listen interface is defined.
This commit is contained in:
parent
ce8333b1b0
commit
90fc74c9f0
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ class dhcp::server::common {
|
|||
mode => "0644",
|
||||
owner => "root",
|
||||
group => "root",
|
||||
require => Package["dhcp"],
|
||||
notify => Service["dhcpd"],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue