Skip to content

Commit

Permalink
fix ssl_protocol docs to be in line with code
Browse files Browse the repository at this point in the history
  • Loading branch information
igalic authored and Morgan Haskel committed Nov 7, 2014
1 parent bd4ad7b commit 6cbc3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ Installs Apache SSL capabilities and uses the ssl.conf.erb template. These are t
class { 'apache::mod::ssl':
ssl_compression => false,
ssl_options => [ 'StdEnvVars' ],
ssl_protocol => 'all -SSLv2 -SSLv3',
ssl_protocol => [ 'all', '-SSLv2', '-SSLv3'],
}
```

Expand Down

0 comments on commit 6cbc3d0

Please sign in to comment.