Fix problem where new declarations were not commited

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@266 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-01-15 03:08:11 +00:00
parent 4b7699e338
commit d706d7ae33

View File

@ -125,6 +125,7 @@ sub addnode {
print $omshell "set statements = \"$statements\"\n";
}
print $omshell "create\n";
print $omshell "close\n";
unless (grep /#definition for host $node aka host $hname/,@dhcpconf) {
push @dhcpconf,"#definition for host $node aka host $hname can be found in the dhcpd.leases file\n";
}