aboutsummaryrefslogtreecommitdiff
path: root/manifests/server/debian.pp
diff options
context:
space:
mode:
authorMathieu Bornoz <mathieu.bornoz@camptocamp.com>2012-08-02 09:30:21 +0200
committerMathieu Bornoz <mathieu.bornoz@camptocamp.com>2012-08-02 09:30:21 +0200
commit536a24852925104df8b9becfcac9d17ac999a5f4 (patch)
treedc559110c95876c9f48ba81c0bc89cd43cad8737 /manifests/server/debian.pp
parent5f4a22d6775fc091124c95bbb0b891bf95e6043c (diff)
downloadpuppet-dhcp-536a24852925104df8b9becfcac9d17ac999a5f4.tar.gz
puppet-dhcp-536a24852925104df8b9becfcac9d17ac999a5f4.tar.bz2
switch from common::concatfilepart to concat[1]
[1] https://github.com/camptocamp/puppet-concat
Diffstat (limited to 'manifests/server/debian.pp')
-rw-r--r--manifests/server/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/server/debian.pp b/manifests/server/debian.pp
index 9762384..3cc7508 100644
--- a/manifests/server/debian.pp
+++ b/manifests/server/debian.pp
@@ -8,7 +8,7 @@ This class should not be included as is, please include "dhcp::server" instead.
*/
class dhcp::server::debian inherits dhcp::server::base {
- Common::Concatfilepart["00.dhcp.server.base"] {
+ Concat::Fragment["00.dhcp.server.base"] {
content => template('dhcp/dhcpd.conf.debian.erb'),
}