From a9257260f87dc6fc4b2d75276d2d0c812766c3f5 Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Wed, 1 Dec 2010 12:32:39 +0100 Subject: dhcp::host - removed require - created depedency loop --- manifests/definitions/dhcp-host.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests') diff --git a/manifests/definitions/dhcp-host.pp b/manifests/definitions/dhcp-host.pp index 1d7fbbe..e612fb5 100644 --- a/manifests/definitions/dhcp-host.pp +++ b/manifests/definitions/dhcp-host.pp @@ -15,7 +15,6 @@ define dhcp::host($ensure=present,$mac,$subnet,$fixed_address=false) { ensure => $ensure, notify => Service["dhcpd"], file => "${dhcp::params::config_dir}/hosts.d/${subnet}.conf", - require => Dhcp::Subnet[$subnet], content => template("dhcp/host.conf.erb"), } } -- cgit v1.2.3