aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorCedric Jeanneret <cedric.jeanneret@camptocamp.com>2013-02-26 14:29:55 +0100
committerCedric Jeanneret <cedric.jeanneret@camptocamp.com>2013-02-26 14:29:55 +0100
commitec52b52f8227e10a3724c21dde337a424bdcfe27 (patch)
treed897d6ab4dd59c94ed40dc3333006a115700ca49 /manifests
parent3fbb21df04f007d76f5c816e0ba7a3bd09fade54 (diff)
downloadpuppet-dhcp-ec52b52f8227e10a3724c21dde337a424bdcfe27.tar.gz
puppet-dhcp-ec52b52f8227e10a3724c21dde337a424bdcfe27.tar.bz2
updated and corrected template and dhcp::hosts
Diffstat (limited to 'manifests')
-rw-r--r--manifests/hosts.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/hosts.pp b/manifests/hosts.pp
index fd99600..b159449 100644
--- a/manifests/hosts.pp
+++ b/manifests/hosts.pp
@@ -4,6 +4,9 @@
#
# Arguments
# $template: dhcp host template - default: 'dhcp/host.conf.erb'
+# $global_options: global options for the whole bunch of hosts.
+# you may override it per host, setting the host "options"
+# directly in the hash.
# $subnet: targeted subnet
# $hash_data: hash containing data - default form:
# {
@@ -35,6 +38,7 @@
define dhcp::hosts (
$hash_data,
$subnet,
+ $global_options = false,
$template = 'dhcp/host.conf.erb',
) {