- 13 Aug, 2012 9 commits
-
-
Michael DeHaan committed
-
Bugfix/apt repository
Michael DeHaan committed -
fixed missing module argument for mount module
Michael DeHaan committed -
Use Python 2.4 compatible syntax
Michael DeHaan committed -
Pepe Barbe committed
-
Derek Carter committed
-
Sebastien Bocahu committed
-
Sebastien Bocahu committed
-
Sebastien Bocahu committed
-
- 12 Aug, 2012 3 commits
-
-
A couple fixes for setup module
Michael DeHaan committed -
If ip is not found in either /sbin or /usr/sbin, this will return an empty result. It seems extremely unlikely that a linux system will not have iproute2 installed
Stephen Fromm committed -
Specify full path to ip and add third argument 'show' to be explicit about requested action. This goes from 'ip addr' to '/sbin/ip addr show'.
Stephen Fromm committed
-
- 11 Aug, 2012 28 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add module common code to allow it to be easier to indicate whether arguments are mutually exclusive, required in conjunction, or whether one of a list of arguments is required. This simplifies writing Python modules.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library directory.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Add openvz detection to virtualization facts, and some cleanup
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Remove tests that involve network effects -- makes things faster and they are not really deep tests here either way.
Michael DeHaan committed -
Various retooling of the internal code behind inventory pattern matching in support of pending support for host ranges.
Michael DeHaan committed -
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Dietmar Schinnerl committed
-
Ahmad Khayyat committed
-