Hiroshi Umehara
759e032473
Generalize locale name normalization
10 years ago
Hiroshi Umehara
42f79478a7
Add EUC-JP locale name normalization
...
The function normalizes checks for UTF-8, but the same issue exists for
other locales as well. This fix adds normalization for EUC-JP, a Japanese
locale.
10 years ago
Pierre-Louis Bonicoli
40298a8f24
remove unused variable
10 years ago
Pierre-Louis Bonicoli
25f595c2ba
Avoid to use the builtin 'echo'
...
By default, the interpretation of escape characters could be disabled (bash)
or enabled (dash).
10 years ago
Brian Coca
ffa8abf979
Merge pull request #120 from alxgu/lvol_fix_path
...
Fix lvol: Find LVM commands in PATH env - Bugfix Pull Request
10 years ago
Bert Mertens
3981872375
Fix getent behaviour with fail_key=False
10 years ago
Toshio Kuratomi
d4f5b6d41a
Fixes for docs building
10 years ago
Brian Coca
3e7da5366b
Merge pull request #176 from bcoca/gluster_volume_docfix
...
fixed doc bug
10 years ago
John Barker
9efac37b1b
Add a note about debconf passwords always being recorded as changed
10 years ago
Brian Coca
2e6b94047d
fixed doc bug
10 years ago
Nikolai Lifanov
1be1aacadf
fix at.py module on non-glibc systems
10 years ago
Cosmo Petrich
443d7683a0
Remove default from 'permanent' and 'state' docs
...
These fields are both required, and thus do not actually have defaults.
10 years ago
Brian Coca
108db556a0
Merge pull request #136 from bcoca/gluster_revamp
...
revamp of gluster volume management
10 years ago
Brian Coca
fdd41fb95c
Merge pull request #1 from mscherer/devel
...
Add a new option immediate= to immediately apply a permanent change
10 years ago
Brian Coca
6725d5188d
revamp of gluster volume management
...
also implemented deleting a volume
10 years ago
Toshio Kuratomi
19e688b017
Fixes to documentation
10 years ago
Michael Scherer
62cae242cf
Add a new option immediate= to immediately apply a permanent change
...
Currently, either you apply the change in the configuration
of firewalld ( without permanent=True ), or you apply it live.
I most of the time want to do the 2 at the same time, ie open the
port ( so I can use the service ) and make sure it stay open on reboot.
10 years ago
Brian Coca
9e798ec6bc
Merge pull request #48 from rosmo/glusterfs-module
...
Added GlusterFS module.
10 years ago
Brian Coca
52f526c360
Merge pull request #17 from abompard/devel
...
Module alternatives: support RedHat-based OSes
10 years ago
Brian Coca
cbfabba9e3
Merge pull request #7 from groks/crypttab-module
...
New crypttab module for editing Linux /etc/crypttab file
10 years ago
Alexander Gubin
20ef2696bc
Fix lvol: Find LVM commands in PATH env
10 years ago
Brian Coca
e64751b0eb
Merge pull request #53 from bcoca/getent_doc_fixes
...
corrected and made better docs for getent
10 years ago
Brian Coca
664858ec20
Merge pull request #56 from filipenf/fix-lvg
...
LVG module fix when using multiple devices (string to list)
10 years ago
Taneli Leppä
2d495f7e6e
Added .py extension to glusterfs module.
10 years ago
Chris West
613b3bdda0
Enable "ufw default allow routed"
...
* The policy is shown in `status verbose`, so all the check mode stuff should keep working.
* `--dry-run` works as expected.
* No idea whether it's legal as an argument to `interface`
10 years ago
Filipe Niero Felisbino
6cfb97a1c8
Replace dev_string to dev_list
10 years ago
Brian Coca
b0d5733fd0
corrected and made better docs for getent
10 years ago
Taneli Leppa
6dc09c966c
Added GlusterFS module.
10 years ago
Baptiste Mispelon
827da3ae1a
Fixed typo in locale_gen documentation.
10 years ago
jravetch
c89ce9e8d7
mkfs.xfs uses -f instead of -F flag
...
mkfs.xfs uses the -f instead of -F flag to force creating a filesystem on a devices that have an existing filesystem
10 years ago
Aurélien Bompard
6b5aa62854
Module alternatives: support RedHat-based OSes
...
RedHat-based OSes have a version of update-alternatives which comes from
the chkconfig package and does not support the --query parameter. Work
around that.
10 years ago
Aurélien Bompard
b645dd330c
Module alternatives: support check mode
10 years ago
Steve
26f58a8eb7
New crypttab module for editing Linux /etc/crypttab file
10 years ago
Michael DeHaan
110250d344
package files
10 years ago
Michael DeHaan
b1e789968b
File extensions!
10 years ago
Michael DeHaan
50f105578a
Restructuring.
10 years ago
Michael DeHaan
73123b69fa
Move modules into subdirectory.
10 years ago
Toshio Kuratomi
8b81062be0
The fix for gh-7284 causes problems for initscripts which have the
...
standards compliant return codes but return a verbose error message via
stdout. Limit the times when we invoke the heuristic to attempt to work
around this.
10 years ago
Michael Scherer
c9a0a7ae4b
Fix #9704 , correctly set changed as false when nothing is done
10 years ago
Toshio Kuratomi
7b100dd389
Be more specific in checking if a job restarted successfully.
...
Fixes : #9056
10 years ago
Toshio Kuratomi
36083c3b90
Failure to enable a service now fails the task
...
Fixes: 8855
10 years ago
Toshio Kuratomi
a50258d26a
remove debugging that was causing failure
10 years ago
Toshio Kuratomi
2e16bd3a44
Refactor the Linux service_enable() method
...
* Fix check_mode for initctl systems
Fixes #9009
10 years ago
Toshio Kuratomi
104401805b
Revert "Refactor the Linux service_enable() method" needs some debugging
...
This reverts commit e294e31fd3
.
10 years ago
Toshio Kuratomi
c362902f50
Refactor the Linux service_enable() method
...
* Fix check_mode for initctl systems
Fixes #9009
10 years ago
Toshio Kuratomi
a9928492f7
Make systemd vs rht detection more robust for centos
...
Centos 6.x and below use an old RHT style of configuring hostname.
CentOS 7.x and better use systemd. Instead of depending on the
distribution string which seems to have changed over the course of 6.x
we need to explicitly check the version.
Fixes #8997
10 years ago
James Cammarata
7edcf21bdc
Move initscript rc check to later in service status check
...
Fixes #7284
10 years ago
Michael DeHaan
5aa6ddef7f
Tracebacks are now catchable with ignore_errors and have streamlined output. Also removes 'baby-JSON' for bash modules.
10 years ago
Patrik Lundin
0abf14ff19
service: use self.changed in service_enable_rcconf().
...
This sets the "changed" result of the module when a rc file is modified.
Previously only --check mode would show that it was going to change.
10 years ago
James Cammarata
30d6713bf0
Add additional checks to detect upstart services
...
Also adds checks for the upstart version, in order to test check
support for manual vs. start on manual
10 years ago