mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
commit
697e280274
@ -43,12 +43,12 @@ def installed(name, # pylint: disable=C0103
|
||||
For RVM installations: the ruby version and gemset to target.
|
||||
|
||||
runas: None
|
||||
The user to run gem as.
|
||||
The user under which to run the ``gem`` command
|
||||
|
||||
.. deprecated:: 0.17.0
|
||||
|
||||
name: None
|
||||
The user to run gem as
|
||||
user: None
|
||||
The user under which to run the ``gem`` command
|
||||
|
||||
.. versionadded:: 0.17.0
|
||||
|
||||
@ -126,13 +126,14 @@ def removed(name, ruby=None, runas=None, user=None):
|
||||
|
||||
ruby: None
|
||||
For RVM installations: the ruby version and gemset to target.
|
||||
|
||||
runas: None
|
||||
The user to run gem as.
|
||||
The user under which to run the ``gem`` command
|
||||
|
||||
.. deprecated:: 0.17.0
|
||||
|
||||
user: None
|
||||
The user to run gem as
|
||||
The user under which to run the ``gem`` command
|
||||
|
||||
.. versionadded:: 0.17.0
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user