mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
87d028b302
commit
237a9e18b3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def add(overlay):
|
|||
ret = list()
|
||||
old_overlays = list_local()
|
||||
cmd = 'layman --quietness=0 --add {0}'.format(overlay)
|
||||
__salt__['cmd.retcode'](cmd, python_shell=False)
|
||||
__salt__['cmd.retcode'](cmd, python_shell=False, stdin='y')
|
||||
new_overlays = list_local()
|
||||
|
||||
# If we did not have any overlays before and we successfully added
|
||||
|
|
Loading…
Add table
Reference in a new issue