Merge pull request #5197 from faust/eix-ask-no

added "--ask n" to eix-sync (see #5148)
This commit is contained in:
Thomas S Hatch 2013-05-23 23:28:41 -07:00
commit 20732ae021

View File

@ -22,7 +22,7 @@ def sync():
salt '*' eix.sync
'''
cmd = 'eix-sync -q'
cmd = 'eix-sync -q -C "--ask" -C "n"'
return __salt__['cmd.retcode'](cmd) == 0