diff options
author | Tim Smith <tsmith@chef.io> | 2019-06-09 00:16:51 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-06-09 00:16:51 -0700 |
commit | 27ffef8861e7fe44797533b8eef292c0b9d60fe1 (patch) | |
tree | a068f58c2af739a5210f7fd0f9788ec63b0042e1 /scripts | |
parent | 35ec990085be9b7ec8ee95c85810708170d6f062 (diff) | |
download | chef-27ffef8861e7fe44797533b8eef292c0b9d60fe1.tar.gz |
Don't create interfaces.d anymore
It's in the container now
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bk_tests/bk_container_prep.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh index 1c30d9f354..bf4711ec39 100755 --- a/scripts/bk_tests/bk_container_prep.sh +++ b/scripts/bk_tests/bk_container_prep.sh @@ -3,7 +3,6 @@ # make sure we have the network tools in place for various network specs if [ -f /etc/debian_version ]; then apt-get update -y && apt-get install -y net-tools iproute2 - mkdir -p /etc/network/interfaces.d touch /etc/network/interfaces elif [ -f /etc/redhat-release ]; then yum install -y net-tools |