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:
b78d7dd
)
sso still needs more
author
Peter Palfrader
<peter@palfrader.org>
Thu, 28 May 2015 09:24:35 +0000
(11:24 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 28 May 2015 09:24:35 +0000
(11:24 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
8057e9a
..
b37d990
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('sso') {
+ $memlimit = 512 * 1024 * 1024
} else {
$memlimit = 192 * 1024 * 1024
}