Fix protocols matcher text on ssl resource docs

The `protocols` matcher section on the `ssl` resource
doc page fell victim to some copy/paste. This change
updates the text to the correct description.

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-04-03 15:21:08 -04:00
parent 68a930f141
commit fba3c68281
No known key found for this signature in database
GPG key ID: 7A5136DE1C1112F8

View file

@ -70,7 +70,7 @@ or:
### protocols
The `protocols` matcher tests the number of times the named user appears in `/etc/shadow`:
The `protocols` matcher tests what protocol versions (SSLv3, TLSv1.1, etc) are enabled:
its('protocols') { should eq 'ssl2' }