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:
2e2a6a3
)
puppet math is primitive
author
Stephen Gran
<steve@lobefin.net>
Thu, 2 Jan 2014 19:54:54 +0000
(19:54 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 2 Jan 2014 19:54:54 +0000
(19:54 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
f29eeef
..
875e4ba
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-34,13
+34,13
@@
class apache2 {
}
if has_role('buildd_master') {
- $memlimit = 192 * 1024
**2
+ $memlimit = 192 * 1024
* 1024
} elsif has_role('nagiosmaster') {
- $memlimit = 96 * 1024
**2
+ $memlimit = 96 * 1024
* 1024
} elsif has_role('packagesqamaster') {
- $memlimit = 192 * 1024
**2
+ $memlimit = 192 * 1024
* 1024
} else {
- $memlimit = 32 * 1024
**2
+ $memlimit = 32 * 1024
* 1024
}
apache2::config { 'resource-limits':