Skip to content

Commit

Permalink
change values to integers for ulimits_nofile_soft and ulimits_nofile_…
Browse files Browse the repository at this point in the history
…hard
  • Loading branch information
cornellio committed May 4, 2015
1 parent 77f5625 commit 7216114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Expand Up @@ -11,8 +11,8 @@
$riak_user = 'riak'
$riak_group = 'riak'
$ulimits_context = '/files/etc/security/limits.conf'
$ulimits_nofile_soft = '65536'
$ulimits_nofile_hard = '65536'
$ulimits_nofile_soft = 65536
$ulimits_nofile_hard = 65536
$default_settings = {
'anti_entropy' => 'active',
'bitcask.data_root' => '$(platform_data_dir)/bitcask',
Expand Down

0 comments on commit 7216114

Please sign in to comment.