From 583f17761950856877e44e38b93b2b8ea4bc8f71 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Wed, 30 Jul 2014 10:41:56 +0200 Subject: [PATCH] Disable cmdline check until it's fixed --- .../config/var/chef/cookbooks/csip/recipes/default.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb b/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb index b61a87e0eb8..519c9ee73ac 100755 --- a/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb +++ b/systemvm/patches/debian/config/var/chef/cookbooks/csip/recipes/default.rb @@ -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|