aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/definitions/dhcp-host.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/definitions/dhcp-host.pp b/manifests/definitions/dhcp-host.pp
index e612fb5..160df63 100644
--- a/manifests/definitions/dhcp-host.pp
+++ b/manifests/definitions/dhcp-host.pp
@@ -9,7 +9,7 @@ Arguments:
*$fixed_address*: host fixed address (if not set, takes $name)
*/
-define dhcp::host($ensure=present,$mac,$subnet,$fixed_address=false) {
+define dhcp::host($ensure=present,$mac,$subnet,$fixed_address=false, $options=false) {
include dhcp::params
common::concatfilepart {"dhcp.host.$name":
ensure => $ensure,