projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a99babd
)
512m rlimitmem for apache on dgit_git host
author
Peter Palfrader
<peter@palfrader.org>
Tue, 21 Jul 2015 14:36:16 +0000
(16:36 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 21 Jul 2015 14:36:16 +0000
(16:36 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
41c1403
..
3a6050a
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-47,6
+47,8
@@
class apache2 {
if has_role('udd') {
$memlimit = 512 * 1024 * 1024
+ } elsif has_role('dgit_git') {
+ $memlimit = 512 * 1024 * 1024
} elsif has_role('sso') {
$memlimit = 512 * 1024 * 1024
} elsif has_role('popcon') {