netdata_install.rb currently fails because ubuntu 18.04 seems to make use of package iproute2 instead of iproute. This PR fixes that.
Tests fail locally with the following errors:
>>>>>> Message: 3 actions failed.
>>>>>> Converge failed on instance <general-centos-67>. Please see .kitchen/logs/general-centos-67.log for more details
>>>>>> Converge failed on instance <general-chef12-centos-67>. Please see .kitchen/logs/general-chef12-centos-67.log for more details
>>>>>> Converge failed on instance <general-chef12-fedora-25>. Please see .kitchen/logs/general-chef12-fedora-25.log for more details
However, this seems to be the case with current master as well, so this should not be related to this PR.
netdata_install.rb currently fails because ubuntu 18.04 seems to make use of package iproute2 instead of iproute. This PR fixes that.
Tests fail locally with the following errors:
However, this seems to be the case with current master as well, so this should not be related to this PR.