Commit Graph

13 Commits (4b4557eb97bcabe5d920c44eb4f60a2deb8c5d67)

Author SHA1 Message Date
Michael Scherer ff74fc0072 Remove the +x from crypttab and cronvar (#2039)
While this change nothing, it is better to enforce consistency
9 years ago
kubilus1 773d402eac Unchecked index causes IndexError. 9 years ago
Brian Coca 3099469b7f fixed typos in cryptab, thanks @timw
fixes #1176
9 years ago
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.
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Brian Coca edf519a0c2 moar quotes 9 years ago
Greg DeKoenigsberg 57ad76208d Adding author's github id 9 years ago
Matt Martz a258606694 Use try/finally with file opening to close the file 10 years ago
Matt Martz e568032bc3 Fix up modules that have python24 syntax error 10 years ago
Brian Coca d4d5d7cf73 Merge pull request #190 from yuriks/patch-1
crypttab: Fix parameter checking with state=absent
10 years ago
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.
10 years ago
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.
10 years ago
Steve 26f58a8eb7 New crypttab module for editing Linux /etc/crypttab file 10 years ago