diff options
author | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-05 08:32:53 +0100 |
---|---|---|
committer | Cédric Jeanneret <cedric.jeanneret@camptocamp.com> | 2010-11-05 08:32:53 +0100 |
commit | 27a7dee0f65476c637755100bf18e0252b3534dc (patch) | |
tree | 208f20db2aa56591deb8325aeca6d802fe7536f4 /manifests/classes/dhcp-debian.pp | |
parent | badb9fccf410426dcad5ffb460e2f8f102ac9490 (diff) | |
download | puppet-dhcp-27a7dee0f65476c637755100bf18e0252b3534dc.tar.gz puppet-dhcp-27a7dee0f65476c637755100bf18e0252b3534dc.tar.bz2 |
(module dhcp) Renamed files to reflect usage
Diffstat (limited to 'manifests/classes/dhcp-debian.pp')
-rw-r--r-- | manifests/classes/dhcp-debian.pp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/manifests/classes/dhcp-debian.pp b/manifests/classes/dhcp-debian.pp deleted file mode 100644 index eacd8b6..0000000 --- a/manifests/classes/dhcp-debian.pp +++ /dev/null @@ -1,21 +0,0 @@ -/* - -= Class: dhcp::debian -Installs a dhcp server on debian system. - -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.debian.erb'), - } - - Service["dhcpd"] { - pattern => $lsbdistcodename ? { - squeeze => "/usr/sbin/dhcpd", - lenny => "/usr/sbin/dhcpd3", - } - } -} |