1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

wintest: s3fs is now the default in provision

This commit is contained in:
Andrew Bartlett 2012-05-25 08:52:47 +10:00
parent 1876d63083
commit 7891ad478b

View File

@ -35,8 +35,7 @@ def provision_s4(t, func_level="2008"):
'--option=interfaces=${INTERFACE}',
'--host-ip=${INTERFACE_IP}',
'--option=bind interfaces only=yes',
'--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf',
'--use-s3fs=yes']
'--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf']
if t.getvar('INTERFACE_IPV6'):
provision.append('--host-ip6=${INTERFACE_IPV6}')
t.run_cmd(provision)