Actions
Bug #1956
closeddhcp module: fails to setup static leases
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
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
Updated by Siert Z. about 12 years ago
Fix: replace 'concat::fragment' to 'concat_fragment' in dhcp/manifests/host.pp:14
Updated by Dominic Cleal about 12 years ago
- Status changed from New to Resolved
Merged in ef1ba611e, thanks for the patch.
Actions