mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27054 from rallytime/bp-27029
Back-port #27029 to 2015.5
This commit is contained in:
commit
caab21d99c
1 changed files with 0 additions and 2 deletions
|
@ -133,8 +133,6 @@ def install(pkg=None,
|
|||
cmd.append(pkg)
|
||||
elif pkgs:
|
||||
cmd.extend(pkgs)
|
||||
else:
|
||||
return 'No package name specified'
|
||||
|
||||
if env is None:
|
||||
env = {}
|
||||
|
|
Loading…
Add table
Reference in a new issue