Added ldap::client::python as requirement to dhcp::server (dhcpdump requires python ldap bindings).

This commit is contained in:
Timo Mkinen 2009-09-27 01:28:06 +03:00
parent eec12b1732
commit 7175e95756

View file

@ -1,6 +1,8 @@
class dhcp::server {
include ldap::client::python
package { "dhcp":
name => $operatingsystem ? {
OpenBSD => "isc-dhcp-server",