aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-04 14:16:51 +0100
committerCédric Jeanneret <cedric.jeanneret@camptocamp.com>2010-11-04 14:16:51 +0100
commit99407519e02c59fc98f975510c1b598886b8c0a1 (patch)
tree5977d02d3d37919b17ef71f2dd6dd5b9a6d9e5e8 /manifests
parentbff43add032deea4b335836ef105958a7e7d6659 (diff)
downloadpuppet-dhcp-99407519e02c59fc98f975510c1b598886b8c0a1.tar.gz
puppet-dhcp-99407519e02c59fc98f975510c1b598886b8c0a1.tar.bz2
filename is wrong
Diffstat (limited to 'manifests')
-rw-r--r--manifests/classes/dhcp-debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/dhcp-debian.pp b/manifests/classes/dhcp-debian.pp
index af8d592..eacd8b6 100644
--- a/manifests/classes/dhcp-debian.pp
+++ b/manifests/classes/dhcp-debian.pp
@@ -9,7 +9,7 @@ This class should not be included as is, please include "dhcp" instead.
class dhcp::debian inherits dhcp::base {
Common::Concatfilepart["00-base"] {
- content => template('dhcp/dhcpd.conf.squeeze.erb'),
+ content => template('dhcp/dhcpd.conf.debian.erb'),
}
Service["dhcpd"] {