aboutsummaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 20fbcd2..925f3f5 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -1,4 +1,4 @@
-# = Class: dhcp::params
+# Class: dhcp::params
#
# Do NOT include this class - it won't do anything.
# Set variables for names and paths
@@ -23,7 +23,7 @@ class dhcp::params {
squeeze => '/usr/sbin/dhcpd',
}
- $base_template = 'dhcp/dhcpd.conf.debian.erb'
+ $server_template = "${module_name}/dhcpd.conf.debian.erb"
}
default: {