Skip to content

Commit

Permalink
Merge pull request #1026 from jpds/fix-ssl-r-s-indent
Browse files Browse the repository at this point in the history
ssl.pp: Fixed indent.
  • Loading branch information
igalic committed Feb 18, 2015
2 parents 7571bd8 + 5607d87 commit ae0301d
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 ae0301d

Please sign in to comment.