- 28 Jul, 2014 16 commits
-
-
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.
Bjorn Neergaard committed -
Revert "Fix hostname when get_distribution_version() returns a string." This reverts commit 08f97c0b.
Michael DeHaan committed -
Check at most 16 characters of the key. Fixes #7936
Michael DeHaan committed -
cron module: Use correct parameter name in error message.
Michael DeHaan committed -
Updates to the parameters of win_feature
Michael DeHaan committed -
Fix hostname when get_distribution_version() returns a string.
Michael DeHaan committed -
Support for OS X 10.10 DP3.
Michael DeHaan committed -
Bugfix: bulletproof unexpected_error_msg at gce.py
Michael DeHaan committed -
Fixed bug with environment path for homebrew_cask
Michael DeHaan committed -
acl module: now compares permissions correctly
Michael DeHaan committed -
Michael DeHaan committed
-
Extended distributions list for hostname module
James Cammarata committed -
Fix extra newline at end of hostname for Fedora
James Cammarata committed -
This fixes a bug introduced by 138b45e3. The hostname has an additional newline at the end which leads to the state always being 'changed: true' even if the hostname is unchanged.
Robin Roth committed -
Implementations already present
Robin Roth committed -
Nacho Coloma committed
-
- 26 Jul, 2014 6 commits
-
-
Resolves a traceback due to an undefined 'BotoSeverError' exception.
James Laska committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
James Cammarata committed
-
James Cammarata committed
-
Fixes #8296
James Cammarata committed
-
- 25 Jul, 2014 18 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Allow deb package installation via with_items
James Cammarata committed -
James Martin committed
-
fix an issue that copying directory will fail when trying to change file attributes
James Cammarata committed -
Also adds a new unicode integration test
James Cammarata committed -
FreeBSD 10 compatibility fix
Michael DeHaan committed -
Few language fixes for docs
Michael DeHaan committed -
On FreeBSD the whitespace around the ``=`` triggers a (cryptic) ``no such file or directory`` error. removing the whitespace like above fixes this.
Tom Lazar committed -
acl: Remove obscurity in `state` description
Michael DeHaan committed -
Hopefully I got them right! :)
Sven-Hendrik Haase committed -
anatoly techtonik committed
-
James Cammarata committed
-