Brian Coca
650d740a3a
Merge pull request #196 from alxgu/lvol_fix_casesensitivity
...
Bugfix PR for lvol: Cast size(LogicalVolumeSize) to lower .
11 years ago
Brian Coca
9f11d10135
Merge pull request #181 from sterfield/devel
...
Allow every type of locales + archlinux fix
11 years ago
SkaveRat
8eabcdcbc6
Fix missing restart method
...
Script was missing the restart command
11 years ago
Kai de Haan
e4f57eae44
svc: Ensure python 2.5 compatibility
...
* eg. debian lenny
11 years ago
Brian Coca
9219797bb5
Revert "Add listsnapshots property to zfs"
11 years ago
Brian Coca
5148a88e2c
Merge pull request #88 from queeno/facter_should_return_puppet_custom_facts
...
Facter module should return custom facts
11 years ago
Brian Coca
83c051dfd5
Merge pull request #248 from bcoca/fix_alternatives
...
now properly checks that link is suplied before trying to use it
11 years ago
Brian Coca
c7e3aee0f0
now properly checks that link is suplied before trying to use it
...
should fix #46
11 years ago
Kelley Reynolds
92c30c7c41
Add listsnapshots property to zfs
11 years ago
Brian Coca
3f78475cae
daemontools module
11 years ago
Hiroshi Umehara
759e032473
Generalize locale name normalization
11 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.
11 years ago
Pierre-Louis Bonicoli
40298a8f24
remove unused variable
11 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).
11 years ago
Alexander Gubin
e15fba5156
lvol: Cast size(LogicalVolumeSize) to lower to fix the difference between lvs and lvcreate
11 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
11 years ago
Bert Mertens
3981872375
Fix getent behaviour with fail_key=False
11 years ago
Toshio Kuratomi
d4f5b6d41a
Fixes for docs building
11 years ago
Sterfield
48ecbd037e
Missing import re
...
I don't even know how it magically worked, but the fact is the code was
correct, and ran OK without the import re.
11 years ago
Sterfield
c9656ff3b4
Now allow every type of locales + archlinux fix
...
The previous version of this code was supporting only locales using the
format "<language>_<territory>.<charset>". But all the locales that
doesn't have this format were not installable (such as "fr_FR" or
"fr_FR@euro").
Also, if an invalid locales was provided, the module kept sending a
"changed" status.
Now :
* if the user provides an invalid locales, the module failed. Locales
are verified using /etc/locale.gen or /usr/share/i18n/SUPPORTED if
Ubuntu
* Every types of valid locales are now supported.
* The locale module was not working on Archlinux, as there's no space
between the "#" and the locale. This is now supported. Credits goes
to danderson189, this is his code.
This module was tested on debian jessie, ubuntu 14 LTS and last
Archlinux.
11 years ago
Brian Coca
3e7da5366b
Merge pull request #176 from bcoca/gluster_volume_docfix
...
fixed doc bug
11 years ago
John Barker
9efac37b1b
Add a note about debconf passwords always being recorded as changed
11 years ago
Brian Coca
2e6b94047d
fixed doc bug
11 years ago
Nikolai Lifanov
1be1aacadf
fix at.py module on non-glibc systems
11 years ago
Cosmo Petrich
443d7683a0
Remove default from 'permanent' and 'state' docs
...
These fields are both required, and thus do not actually have defaults.
11 years ago
Brian Coca
108db556a0
Merge pull request #136 from bcoca/gluster_revamp
...
revamp of gluster volume management
11 years ago
Brian Coca
fdd41fb95c
Merge pull request #1 from mscherer/devel
...
Add a new option immediate= to immediately apply a permanent change
11 years ago
Brian Coca
6725d5188d
revamp of gluster volume management
...
also implemented deleting a volume
11 years ago
Toshio Kuratomi
19e688b017
Fixes to documentation
11 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.
11 years ago
Brian Coca
9e798ec6bc
Merge pull request #48 from rosmo/glusterfs-module
...
Added GlusterFS module.
11 years ago
Brian Coca
52f526c360
Merge pull request #17 from abompard/devel
...
Module alternatives: support RedHat-based OSes
11 years ago
Brian Coca
cbfabba9e3
Merge pull request #7 from groks/crypttab-module
...
New crypttab module for editing Linux /etc/crypttab file
11 years ago
Alexander Gubin
20ef2696bc
Fix lvol: Find LVM commands in PATH env
11 years ago
Brian Coca
e64751b0eb
Merge pull request #53 from bcoca/getent_doc_fixes
...
corrected and made better docs for getent
11 years ago
Brian Coca
664858ec20
Merge pull request #56 from filipenf/fix-lvg
...
LVG module fix when using multiple devices (string to list)
11 years ago
Taneli Leppä
2d495f7e6e
Added .py extension to glusterfs module.
11 years ago
Simon Aquino
4dd6c8204a
Facter module should return custom facts
...
The ansible facter module should also return puppet custom facts by
default.
11 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`
11 years ago
Filipe Niero Felisbino
6cfb97a1c8
Replace dev_string to dev_list
11 years ago
Brian Coca
b0d5733fd0
corrected and made better docs for getent
11 years ago
Taneli Leppa
6dc09c966c
Added GlusterFS module.
11 years ago
Baptiste Mispelon
827da3ae1a
Fixed typo in locale_gen documentation.
11 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
11 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.
11 years ago
Aurélien Bompard
b645dd330c
Module alternatives: support check mode
11 years ago
Steve
26f58a8eb7
New crypttab module for editing Linux /etc/crypttab file
11 years ago
Michael DeHaan
110250d344
package files
11 years ago
Michael DeHaan
b1e789968b
File extensions!
11 years ago
Michael DeHaan
50f105578a
Restructuring.
11 years ago