aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-12-01 12:32:39 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-12-01 12:32:39 +0100
commita9257260f87dc6fc4b2d75276d2d0c812766c3f5 (patch)
treee49ed6c6f2f244b9f8a5a567bb2f4b2b455421a8 /manifests
parent086e580fed2f32d5a63adcc70763ca4c189499b6 (diff)
downloadpuppet-dhcp-a9257260f87dc6fc4b2d75276d2d0c812766c3f5.tar.gz
puppet-dhcp-a9257260f87dc6fc4b2d75276d2d0c812766c3f5.tar.bz2
dhcp::host - removed require - created depedency loop
Diffstat (limited to 'manifests')
-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"),
}
}