pam-u2f: fix RuboCop Style/TrailingBodyOnMethodDefinition.
parent
2d715ffcff
commit
645e8c40d7
|
@ -29,14 +29,15 @@ class PamU2f < Formula
|
||||||
system "make", "install"
|
system "make", "install"
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<~EOS
|
def caveats
|
||||||
To use a U2F key for PAM authentication, specify the full path to the
|
<<~EOS
|
||||||
module (#{opt_lib}/pam/pam_u2f.so) in a PAM
|
To use a U2F key for PAM authentication, specify the full path to the
|
||||||
configuration. You can find all PAM configurations in /etc/pam.d.
|
module (#{opt_lib}/pam/pam_u2f.so) in a PAM
|
||||||
|
configuration. You can find all PAM configurations in /etc/pam.d.
|
||||||
|
|
||||||
For further installation instructions, please visit
|
For further installation instructions, please visit
|
||||||
https://developers.yubico.com/pam-u2f/#installation.
|
https://developers.yubico.com/pam-u2f/#installation.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
|
|
Loading…
Reference in New Issue