Added ldap::client::python as requirement to dhcp::server (dhcpdump requires python ldap bindings).
This commit is contained in:
parent
eec12b1732
commit
7175e95756
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
class dhcp::server {
|
class dhcp::server {
|
||||||
|
|
||||||
|
include ldap::client::python
|
||||||
|
|
||||||
package { "dhcp":
|
package { "dhcp":
|
||||||
name => $operatingsystem ? {
|
name => $operatingsystem ? {
|
||||||
OpenBSD => "isc-dhcp-server",
|
OpenBSD => "isc-dhcp-server",
|
||||||
|
|
Loading…
Add table
Reference in a new issue