You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Yeukhon Wong 2c72b905a7 Pip's name key can now accept remote package address.
Summary:

Pip module would abort when name is a remote package address because
the module was expecting a version if ``=`` is part of the name value.

Furthermore, the pip module would require either name or requirement to
be a key, although the documentation table said neither was required.
The fact that one of them must be present is not documented in the
documentation leads to confusion. This commit added this fact as part
of description.

In this commit, we resolve the confusion by stating either ``name``
or ``requirement`` is needed. Next, if the user puts remote address
as the value of the ``name`` key, we will not use mirror. Lastly,
if the user uses the remote serivice address as the name of the
package and the user does not supply -e option in extra_vars
(which is the whole point of this commit), we will add -e to
 extra_vars so pip command can run with -e option.
12 years ago
cloud Merge pull request #2830 from ralph-tice/devel 12 years ago
commands Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
database Fixed docs. Fixed fallback status method. Fixed "changed" message with cluster commit. 12 years ago
files Fix error in previous PR. 12 years ago
internal Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
inventory Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
messaging Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
monitoring Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
net_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
network Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError. 12 years ago
notification fixed to send to conference rooms correctly 12 years ago
packaging Pip's name key can now accept remote package address. 12 years ago
source_control Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago
system fix for authorized_key: skip chown and chmod if authorized_key_file is link 12 years ago
utilities Move mail into the notification bucket. 12 years ago
web_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 12 years ago