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:
cc11cc4
)
enable module reqtimeout everywhere
author
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Feb 2017 18:36:17 +0000
(19:36 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 26 Feb 2017 18:36:17 +0000
(19:36 +0100)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
707cd13
..
9735570
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-16,6
+16,7
@@
class apache2 {
require => Package['apache2'],
}
+ apache2::module { 'reqtimeout': }
apache2::module { 'info': }
apache2::module { 'status': }
apache2::module { 'headers': }