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:
1bbc3b6
)
quantz needs more memory for the udd-dehs script
author
Paul Wise
<pabs@debian.org>
Mon, 1 Jun 2015 03:47:14 +0000
(11:47 +0800)
committer
Paul Wise
<pabs@debian.org>
Mon, 1 Jun 2015 03:48:06 +0000
(11:48 +0800)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
b37d990
..
60538d4
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-49,6
+49,8
@@
class apache2 {
$memlimit = 512 * 1024 * 1024
} elsif has_role('sso') {
$memlimit = 512 * 1024 * 1024
+ } elsif has_role('qamaster') {
+ $memlimit = 300 * 1024 * 1024
} else {
$memlimit = 192 * 1024 * 1024
}