Skip to content

Commit 2799c4e

Browse files
committed
fix ssl_protocol docs to be in line with code
1 parent 8f2df79 commit 2799c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ Installs Apache SSL capabilities and uses the ssl.conf.erb template. These are t
710710
class { 'apache::mod::ssl':
711711
ssl_compression => false,
712712
ssl_options => [ 'StdEnvVars' ],
713-
ssl_protocol => 'all -SSLv2 -SSLv3',
713+
ssl_protocol => [ 'all', '-SSLv2', '-SSLv3'],
714714
}
715715
```
716716

0 commit comments

Comments
 (0)