mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #3124 from shadowfax-chc/ebuild-opts
Changed options to emerge for ebuild.update
This commit is contained in:
commit
72b8322395
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ def update(pkg, refresh=False):
|
|||
|
||||
ret_pkgs = {}
|
||||
old_pkgs = list_pkgs()
|
||||
cmd = 'emerge --update --quiet {0}'.format(pkg)
|
||||
cmd = 'emerge --update --newuse --oneshot --quiet {0}'.format(pkg)
|
||||
__salt__['cmd.retcode'](cmd)
|
||||
new_pkgs = list_pkgs()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue