From 1f8dadc3a3aded03dab038a66f5edfe7bee43ec9 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 22 Sep 2006 17:18:13 -0400 Subject: dhcp templating for individual systems --- cobbler/cobbler_msg.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cobbler/cobbler_msg.py') diff --git a/cobbler/cobbler_msg.py b/cobbler/cobbler_msg.py index c125c19..4ea4283 100644 --- a/cobbler/cobbler_msg.py +++ b/cobbler/cobbler_msg.py @@ -76,6 +76,7 @@ _msg_table = { "exc_profile2" : "profile name not set", "exc_pxe_arch" : "valid PXE architectures: standard or ia64", "exc_no_template" : "can't read /etc/cobbler/dhcp.template", + "exc_dhcp_nomac" : "when cobbler is managing dhcpd.conf, all system names must be MAC addresses. Aborting.", "check_ok" : """ No setup problems found. -- cgit