- 28 Mar, 2014 1 commit
-
-
Did my best to rebase. Now includes the latest changes made to devel, along with my change of adding category option to module
Jonathan Mainguy committed
-
- 26 Mar, 2014 1 commit
-
-
Alexander Winkler committed
-
- 25 Mar, 2014 1 commit
-
-
Alexander Winkler committed
-
- 02 Dec, 2013 1 commit
-
-
James Tanner committed
-
- 14 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 19 Oct, 2013 1 commit
-
-
Changed note describing this functionality was added in 1.4 to match what I have seen in other modules
Jonathan Mainguy committed
-
- 15 Oct, 2013 1 commit
-
-
Jonathan Mainguy committed
-
- 12 Oct, 2013 1 commit
-
-
Jonathan Mainguy committed
-
- 09 Oct, 2013 1 commit
-
-
Jonathan Mainguy committed
-
- 16 Jul, 2013 1 commit
-
-
Alexander Winkler committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 30 Mar, 2013 1 commit
-
-
mavimo committed
-
- 27 Feb, 2013 1 commit
-
-
This updates the following modules to support check_mode: * apt_key * apt_repository * easy_install * pip - will always report changed due to the way it handles state * seboolean * selinux * slurp - since nothing changes, it just adds that it supports check_mode * subversion - reports changed when checking out new repo and when updating. * supervisorctl * svr4pkg See issue #2114.
Stephen Fromm committed
-
- 13 Jan, 2013 1 commit
-
-
This updates apt, apt_repository, command, cron, easy_install, facter, fireball, git, group, mount, ohai, pip, service, setup, subversion, supervisorctl, svr4pkg, user, and yum to take advantage of run_command in module_common.py.
Stephen Fromm committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 09 Nov, 2012 1 commit
-
-
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 1 commit
-
-
Boyd Adamson committed
-