diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-04 14:16:51 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-04 14:16:51 +0100 |
commit | 99407519e02c59fc98f975510c1b598886b8c0a1 (patch) | |
tree | 5977d02d3d37919b17ef71f2dd6dd5b9a6d9e5e8 | |
parent | bff43add032deea4b335836ef105958a7e7d6659 (diff) | |
download | puppet-dhcp-99407519e02c59fc98f975510c1b598886b8c0a1.tar.gz puppet-dhcp-99407519e02c59fc98f975510c1b598886b8c0a1.tar.bz2 |
filename is wrong
-rw-r--r-- | manifests/classes/dhcp-debian.pp | 2 |
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"] { |