Skip to content

Commit

Permalink
ssl.pp: Fixed indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds-zz committed Feb 17, 2015
1 parent 8b7710c commit 5607d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/ssl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$ssl_cipher = 'HIGH:MEDIUM:!aNULL:!MD5',
$ssl_protocol = [ 'all', '-SSLv2', '-SSLv3' ],
$ssl_pass_phrase_dialog = 'builtin',
$ssl_random_seeds = [
$ssl_random_seeds = [
'startup builtin',
'startup file:/dev/urandom 512',
'connect builtin',
Expand Down

0 comments on commit 5607d87

Please sign in to comment.