Project

General

Profile

Actions

Bug #1956

closed

dhcp module: fails to setup static leases

Added by Siert Z. over 11 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
easy
Triaged:
Fixed in Releases:
Found in Releases:

Description

The DHCP module fails to setup static leases when using 'dhcp::host'

dhcp::host {
  'servername': mac => "00:01:02:03:04:05", ip => "192.168.0.10";
}
[root@fp ~]# puppet apply --modulepath /root/modules dhcp.pp
Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type concat::fragment at /root/modules/dhcp/manifests/host.pp:14 on node fp.virtual.lan
Actions #1

Updated by Siert Z. over 11 years ago

Fix: replace 'concat::fragment' to 'concat_fragment' in dhcp/manifests/host.pp:14

Actions #2

Updated by Dominic Cleal over 11 years ago

  • Status changed from New to Resolved

Merged in ef1ba611e, thanks for the patch.

Actions

Also available in: Atom PDF