From bc0f3aceb50dbebb27b3314039e4ffddb9cf2cb5 Mon Sep 17 00:00:00 2001 From: kakwa Date: Thu, 7 Feb 2019 22:42:30 +0100 Subject: [PATCH] adding another dependency for the samba/ad test --- tests/test_env/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index 353df4b..3f9c530 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -3,7 +3,7 @@ apt update DEBIAN_FRONTEND=noninteractive apt-get install ldap-utils slapd -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y -DEBIAN_FRONTEND=noninteractive apt-get install samba -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y +DEBIAN_FRONTEND=noninteractive apt-get install samba-vfs-modules samba -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install winbind -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y [ -e '/etc/default/slapd' ] && rm -rf /etc/default/slapd