Disable cmdline check until it's fixed

This commit is contained in:
Hugo Trippaers 2014-07-30 10:41:56 +02:00 committed by wilderrodrigues
parent 0027db6cd1
commit 583f177619
1 changed files with 5 additions and 5 deletions

View File

@ -21,11 +21,11 @@ rescue
raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'ips')
end
begin
cmdline = data_bag_item('vr', 'cmdline')
rescue
raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'cmdline')
end
#begin
# cmdline = data_bag_item('vr', 'cmdline')
#rescue
# raise format('Cannot find the %s databag item within the %s databag. Please correct this', 'vr', 'cmdline')
#end
# List configured ips on this node and remove any that are not in the configuration
listIPs(vr_ips).each do |dev, ip|