mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix yes usage for pecl defaults
This commit is contained in:
parent
dbd49b4acb
commit
56a9cfcf24
@ -33,7 +33,7 @@ def _pecl(command, defaults=False):
|
||||
'''
|
||||
cmdline = 'pecl {0}'.format(command)
|
||||
if salt.utils.is_true(defaults):
|
||||
cmdline = 'yes ' + r"$'\n'" + ' | ' + cmdline
|
||||
cmdline = 'yes ' "''" + ' | ' + cmdline
|
||||
|
||||
ret = __salt__['cmd.run_all'](cmdline, python_shell=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user