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:
parent
4b7699e338
commit
d706d7ae33
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user