File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 59
59
$directory_mode = ' 0755'
60
60
$directory_ensure = ' directory'
61
61
# Global parameters
62
- $limit_core_size = ' -1 '
63
- $limit_max_files = ' 8192 '
64
- $limit_stack_size = ' 256 '
62
+ $limit_core_size = ' 0 '
63
+ $limit_max_files = ' 65536 '
64
+ $limit_stack_size = ' 8192 '
65
65
# Others
66
66
$no_exec = false
67
67
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " openio-gridinit" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"author" : " Romain Acciari" ,
5
5
"summary" : " Puppet module for gridinit from OpenIO" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -5,8 +5,14 @@ uid=<%= scope['gridinit::user'] %>
5
5
gid=<%= scope['gridinit::group'] %>
6
6
working_dir=<%= @runstatedir %>
7
7
8
+ <% if @limit_core_size -%>
8
9
limit.core_size=<%= @limit_core_size %>
10
+ <% end -%>
11
+ <% if @limit_max_files -%>
9
12
limit.max_files=<%= @limit_max_files %>
13
+ <% end -%>
14
+ <% if @limit_stack_size -%>
10
15
limit.stack_size=<%= @limit_stack_size %>
16
+ <% end -%>
11
17
12
18
include=<%= @sysconfdird %> /*
You can’t perform that action at this time.
0 commit comments