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:
a643d38
)
Disable global serve-cgi-bin config that hogs /cgi-bin
author
Peter Palfrader
<peter@palfrader.org>
Thu, 28 May 2015 08:48:36 +0000
(10:48 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 28 May 2015 08:48:36 +0000
(10:48 +0200)
modules/apache2/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/apache2/manifests/init.pp
b/modules/apache2/manifests/init.pp
index
a3d2fd4
..
c56d910
100644
(file)
--- a/
modules/apache2/manifests/init.pp
+++ b/
modules/apache2/manifests/init.pp
@@
-37,6
+37,10
@@
class apache2 {
ensure => absent,
}
+ apache2::config { 'serve-cgi-bin':
+ ensure => absent,
+ }
+
apache2::config { 'ressource-limits':
ensure => absent,
}