mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #5197 from faust/eix-ask-no
added "--ask n" to eix-sync (see #5148)
This commit is contained in:
commit
20732ae021
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user