aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/definitions/dhcp-host.pp1
1 files changed, 0 insertions, 1 deletions
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"),
}
}