- 23 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 22 Nov, 2012 2 commits
-
-
Jan-Piet Mens committed
-
I added all known virtualization types from the virt-what project. However, the few virt types that rely on cpuid information have not been implemented lacking native python cpuid access. (hyperv)
Dag Wieers committed
-
- 21 Nov, 2012 2 commits
-
-
Jan-Piet Mens committed
-
Seems a bit strange I have to set a default in two locations.
Dag Wieers committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 18 Nov, 2012 2 commits
-
-
Fixes #1624.
Daniel Hokka Zakrisson committed -
Some services allow additional arguments to be provided on the command line. This patch makes it possible.
Dag Wieers committed
-
- 17 Nov, 2012 3 commits
-
-
fix
Jan-Piet Mens committed -
Romeo Theriault committed
-
Romeo Theriault committed
-
- 16 Nov, 2012 1 commit
-
-
Fabian Arrotin committed
-
- 15 Nov, 2012 1 commit
-
-
Fix for #1577 (python 2.4 compliance for mysql_user), tested only for syntax, please exercise MySQL fans!
Michael DeHaan committed
-
- 14 Nov, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 12 Nov, 2012 1 commit
-
-
Romeo Theriault committed
-
- 10 Nov, 2012 2 commits
-
-
Romeo Theriault committed
-
Romeo Theriault committed
-
- 09 Nov, 2012 6 commits
-
-
Jan-Piet Mens committed
-
Yvan Cottyn committed
-
Yvan Cottyn committed
-
run - lets act on those hosts in the next play
Seth Vidal committed -
Seth Vidal committed
-
Without this fix, generating documentation results in: ``` Traceback (most recent call last): File "hacking/module_formatter.py", line 376, in <module> main() File "hacking/module_formatter.py", line 365, in main text = template.render(doc) File "/usr/lib64/python2.6/site-packages/jinja2/environment.py", line 669, in render return self.environment.handle_exception(exc_info, True) File "hacking/templates/man.j2", line 20, in top-level template code {% for desc in v.description %}@{ desc | jpfunc }@{% endfor %} File "hacking/module_formatter.py", line 94, in man_ify t = _ITALIC.sub(r'\\fI' + r"\1" + r"\\fR", text) TypeError: expected string or buffer ```
Dag Wieers committed
-
- 08 Nov, 2012 5 commits
-
-
Boyd Adamson committed
-
The option will be passed to the Popen object created and will be used to execute the command instead of the default shell.
Felix Ingram committed -
- Make sure exit_json() always returns a changed= value - Modify the yum module to not return failed=False - Modify install() and latest() similar to remove() in yum module - Changed exit_json(failed=True, **res) into a fail_json(**res) - Make sure yum rc= value reflects loop (similar to how we fixed remove())
Dag Wieers committed -
This also adds module as an argument to keyfile().
Stephen Fromm committed -
Rewrote switch_version() to read .git/HEAD to find branch associated with HEAD. If in a detached HEAD state, will read .git/refs/remotes/<remote>/HEAD.
Stephen Fromm committed
-
- 07 Nov, 2012 6 commits
-
-
This makes more sense as there is no purpose in running these remotely.
Dag Wieers committed -
Stephen Fromm committed
-
Stephen Fromm committed
-
Rename pull() to fetch(). It does a git fetch and then a git fetch --tags. Add _run() method to handle all subprocess.Popen calls. Change all previous calls to subprocess.Popen to use _run().
Stephen Fromm committed -
fix case in which file is created and backup is requested but fails, not it just doesn't attempt to backup the missing file Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
There is no need to require thirsty mode when the destination is a directory. We add the basename of the url to the destination directory and proceed with that. If that file exists in non-thirsty mode continue as expected. I also cleaned up some of the logic that is no longer necessary if we simply rewrite the destination from the very start the way it is expected.
Dag Wieers committed
-
- 06 Nov, 2012 3 commits
-
-
Fabian Arrotin committed
-
Stephen Fromm committed
-
Daniel Hokka Zakrisson committed
-
- 04 Nov, 2012 2 commits
-
-
Also fix missing -G on groups change
Nigel Metheringham committed -
Nigel Metheringham committed
-