- 04 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 03 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 01 Oct, 2012 2 commits
-
-
Jan-Piet Mens committed
-
Jan-Piet Mens committed
-
- 28 Sep, 2012 1 commit
-
-
Various tweaking to get the module formatter to work for 'make docs' in the docs project. Likely the templates for other module formatting types will have to change by the time I'm done.
Michael DeHaan committed
-
- 19 Sep, 2012 2 commits
-
-
Jan-Piet Mens committed
-
commit 80a26a8175b779b707bc08e9d28c451c30ee4ada Merge: b25b9fd8 61e9b27 Author: Michael DeHaan <michael.dehaan@gmail.com> Date: Tue Sep 18 21:01:47 2012 -0400 Merge branch 'devel' of git://github.com/alopropoz/ansible into file-force commit 61e9b27df25c36015c2b1b4a58155ccfdfb993a0 Merge: 3f6f329 16bf3e15 Author: Aleksej Romanov <alopropoz2@yandex.ru> Date: Thu Sep 13 20:48:02 2012 +0700 Merge remote branch 'upstream/devel' into devel commit 3f6f3291dffefa2a802def25a1e8bd38de0cba75 Author: Aleksej Romanov <alopropoz2@yandex.ru> Date: Thu Sep 13 20:41:31 2012 +0700 'force' option for 'file' module. commit 6223bba94160c60153448655803d084f7eaa5168 Author: Aleksej Romanov <alopropoz2@yandex.ru> Date: Thu Sep 13 20:40:19 2012 +0700 changed = True when changing symlink referent, #1008. Needed for tests.
Aleksej Romanov committed
-
- 21 Aug, 2012 1 commit
-
-
As discussed in #923
Dag Wieërs committed
-
- 11 Aug, 2012 2 commits
-
-
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
-
- 10 Aug, 2012 2 commits
-
-
This updates set_owner_if_different() and set_group_if_different() to not implicitly recurse when setting ownership (whether user or group). It drops the os.system() call and replaces it with os.chown(). Resolves issue #825. The recursion should be explicit. A recurse=yes|no option should be added to the file module.
Stephen Fromm committed -
Relative symlinks don't really work (module bug) and would be confusing anyway, better to be explicit.
Michael DeHaan committed
-
- 07 Aug, 2012 1 commit
-
-
whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added in 0.6 release)
Michael DeHaan committed
-
- 03 Aug, 2012 1 commit
-
-
Add encoding lines to python modules such that they can take unicode options if they are fed them, since the AnsibleModule stuff no longer base64 encodes for simplicity and speed reasons.
Michael DeHaan committed
-
- 02 Aug, 2012 2 commits
-
-
secontext is used internally and should not be in argument_spec
Stephen Fromm committed -
Stephen Fromm committed
-
- 01 Aug, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 31 Jul, 2012 1 commit
-
-
Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things.
Michael DeHaan committed
-
- 24 Jul, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 12 Jul, 2012 1 commit
-
-
Jeremy Smitherman committed
-
- 01 Jul, 2012 1 commit
-
-
Derek Carter committed
-
- 30 Jun, 2012 2 commits
-
-
Derek Carter committed
-
Derek Carter committed
-
- 15 Jun, 2012 1 commit
-
-
Fred Alger committed
-
- 01 Jun, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 09 May, 2012 1 commit
-
-
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.
Stephen Fromm committed
-
- 05 May, 2012 1 commit
-
-
format compatible with this still, and add some tests for INI-style groups of groups and variables.
Michael DeHaan committed
-
- 02 May, 2012 2 commits
-
-
Rafal Lewczuk committed
-
This removes the 'context' option and replaces it with checks for '_default' value for seuser, serole, setype, or (maybe) selevel. If '_default' is provided *and* there is a default context for the given file, this will set the file context to the available default.
Stephen Fromm committed
-
- 01 May, 2012 1 commit
-
-
Daniel Néri committed
-
- 26 Apr, 2012 2 commits
-
-
This adds selinux_mls_enabled() and selinux_enabled() to detect a) whether selinux is MLS aware (ie supports selevel) and b) whether selinux is enabled. If selinux is not enabled, all selinux operations are punted on -- same as if python's selinux module were not available. In set_context_if_different(), I now iterate over the current context instead of the context argument. Even if the system supports MLS, it may not return the selevel from selinux.lgetfilecon(). Lastly, this drops selinux_has_selevel() in lieu of the current approach.
Stephen Fromm committed -
Jeroen Hoekx committed
-
- 25 Apr, 2012 1 commit
-
-
Older versions of selinux, such as that deployed on rhel5, only return a context of user:role:type instead of user:role:type:level. This detects whether the tuple has three elements (old-style) or four. If the old-style, it keeps the secontext list at three elements.
Stephen Fromm committed
-
- 24 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 22 Apr, 2012 1 commit
-
-
This adjusts behavior of file module such that removal of se* option does not revert the file's selinux context to the default. In order to go back to the default context according to the policy, you can use the context=default option.
Stephen Fromm committed
-
- 20 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-