aboutsummaryrefslogtreecommitdiff
path: root/manifests/hosts.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/hosts.pp')
-rw-r--r--manifests/hosts.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/hosts.pp b/manifests/hosts.pp
index b159449..426d661 100644
--- a/manifests/hosts.pp
+++ b/manifests/hosts.pp
@@ -42,7 +42,7 @@ define dhcp::hosts (
$template = 'dhcp/host.conf.erb',
) {
- include dhcp::params
+ include ::dhcp::params
concat::fragment {"dhcp.host.${name}":
target => "${dhcp::params::config_dir}/hosts.d/${subnet}.conf",