aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-05 08:35:57 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-05 08:35:57 +0100
commit8603292711ab1a3fd4fa7b66a0e9bfed4637f234 (patch)
treeb479cef25d5e12c59088e787d4814890f036d8b6 /manifests
parent27a7dee0f65476c637755100bf18e0252b3534dc (diff)
downloadpuppet-dhcp-8603292711ab1a3fd4fa7b66a0e9bfed4637f234.tar.gz
puppet-dhcp-8603292711ab1a3fd4fa7b66a0e9bfed4637f234.tar.bz2
dhcp::params - class can be used for client and server
Diffstat (limited to 'manifests')
-rw-r--r--manifests/classes/dhcp-params.pp (renamed from manifests/classes/dhcp-server-params.pp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/classes/dhcp-server-params.pp b/manifests/classes/dhcp-params.pp
index e189ae6..4a8eaa1 100644
--- a/manifests/classes/dhcp-server-params.pp
+++ b/manifests/classes/dhcp-params.pp
@@ -1,11 +1,11 @@
/*
-= Class: dhcp::variables
+= Class: dhcp::params
Do NOT include this class - it won't do anything.
Set variables for names and paths
*/
-class dhcp::variables {
+class dhcp::params {
case $operatingsystem {
Debian: {
$config_dir = $lsbdistcodename? {