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
Bjorn Neergaard cbc417ca1b Wrap get_distribution_version() in the hostname module
We wrap get_distribution_version() with a new function,
_get_distribution_version(), that returns `0` when the result is a string or
`None`.

This accounts for the case when get_distribution_version() returns a string,
and we try to compare it to a float. We do this in the hostname module instead
of the module snippets because other modules may want the real string
version.module snippets because other modules may want the real string version.
12 years ago
cloud Correct BotoServerError typo in ec2 module 12 years ago
commands Fixes for module param counting and additional shell quoting issues 12 years ago
database This fixes 8173, if target was not defined it would break, now it wont 12 years ago
files Merge pull request #7968 from bcoca/acl_fix_compare 12 years ago
internal Make async jid's unique per host 12 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 12 years ago
messaging Fix version_added for node in rabbitmq modules 12 years ago
monitoring Pagerduty corrected misleading blog post, so no problems with them being in core now. Thank you guys! 12 years ago
net_infrastructure Fix for issue #8152: Missing auth headers and a faulty JSON decode 12 years ago
network unified calls to fs function vs duplicate functions for file and 12 years ago
notification Merge pull request #7710 from brad/zounds 12 years ago
packaging Merge pull request #7949 from hacosta/apt_key 12 years ago
source_control Documentation simplification for git module parameter 12 years ago
system Wrap get_distribution_version() in the hostname module 12 years ago
utilities Break out of loop for sockets in wait_for when there's no data to read 12 years ago
web_infrastructure Updates django_manage so it populates VIRTUAL_ENV 12 years ago
windows Better result handling 12 years ago