Commit Graph

9 Commits (5bb76f5ecae3b07b5eec259384e5a8b38e55ee27)

Author SHA1 Message Date
lessmian a6096018dc sysctl module: fixed issue when checks_after fail on comparing keys with values separated by white strings 12 years ago
Michael DeHaan 65b826a8a8 'make pep8' is now clean 12 years ago
davixx ec99b4f7b5 Solving bug https://github.com/ansible/ansible/issues/2004
Now handle positive integer value in virtual files if they are separated
by group of space characters where the count is unpredictable.
Thanks to romeotheriault for filing this bug.
12 years ago
Daniel Hokka Zakrisson 637bc5c3d6 Fix Python 2.6-isms in sysctl module 12 years ago
Daniel Hokka Zakrisson 01f7b98c46 sysctl was added in 1.0
Fixes #1972.
12 years ago
Michael DeHaan d7ca7e0f4b New changelog additions from today's merging 12 years ago
Michael DeHaan cc53b8ae95 Tweak sysctl docs so they'll web-render 12 years ago
Daniel Hokka Zakrisson 6a0663e3dc Fix unparseable documentation strings
Fixes #1902.
12 years ago
davixx 7335ee6620 new module: sysctl to handle sysctl entry
sysctl now capable to search for sys entry into /sys if not under /proc/sys

module/sysctl rolling back to 0.5

write sysctl.conf safely, tempfile first, atomic replace after.
See comments in  https://github.com/ansible/ansible/pull/1810

Patch to replace .format with % () to handle python-2.4 ,
See also https://github.com/ansible/ansible/pull/1810

using name instead key for default arg name. key putted as alias.
also, val become an alias of value arg name.
See also : https://github.com/ansible/ansible/pull/1810
12 years ago