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:
0904c69
)
Cleanup obsolete absent resource
author
Tollef Fog Heen
<tfheen@err.no>
Fri, 2 Feb 2018 09:47:38 +0000
(10:47 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Fri, 2 Feb 2018 09:47:38 +0000
(10:47 +0100)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
f3a598b
..
985620f
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-39,10
+39,6
@@
class apache2 {
ensure => absent,
}
- apache2::config { 'ressource-limits':
- ensure => absent,
- }
-
if has_role('udd') {
$memlimit = 512 * 1024 * 1024
} elsif has_role('dgit_git') {