Brian Coca
|
3099469b7f
|
fixed typos in cryptab, thanks @timw
fixes #1176
|
2015-10-29 21:05:33 -04:00 |
|
Steve
|
c5924aff74
|
Fix bug #1105 - incorrect use of lstrip()
Remove only the literal prefix '/dev/mapper/' - not any of the characters
in '/dev/mapper/' - from the name param of the crypttab module.
|
2015-10-14 12:13:57 +01:00 |
|
Greg DeKoenigsberg
|
004dedba8a
|
Changes to author formatting, remove emails
|
2015-06-16 14:32:39 -04:00 |
|
Brian Coca
|
edf519a0c2
|
moar quotes
|
2015-05-14 09:37:00 -04:00 |
|
Greg DeKoenigsberg
|
57ad76208d
|
Adding author's github id
|
2015-05-14 00:48:29 -04:00 |
|
Matt Martz
|
a258606694
|
Use try/finally with file opening to close the file
|
2015-05-11 10:29:28 -05:00 |
|
Matt Martz
|
e568032bc3
|
Fix up modules that have python24 syntax error
|
2015-05-11 09:51:48 -05:00 |
|
Brian Coca
|
d4d5d7cf73
|
Merge pull request #190 from yuriks/patch-1
crypttab: Fix parameter checking with state=absent
|
2015-03-31 23:58:52 -04:00 |
|
Toshio Kuratomi
|
8baba98ebe
|
Don't know why but the 1.8.x branch didn't include the commit for crypttab.
Update documentation to show it is new in 1.9 as a result of that
oversight.
|
2015-03-11 11:07:33 -07:00 |
|
Yuri Kunde Schlesner
|
1d60d33dc1
|
crypttab: Fix parameter checking with state=absent
Only the `name` parameter is required when removing an entry, but the module tried to ensure at least one other parameter was set.
|
2015-01-08 21:44:58 -02:00 |
|
Steve
|
26f58a8eb7
|
New crypttab module for editing Linux /etc/crypttab file
|
2014-09-29 01:11:11 +01:00 |
|