aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-05-31 23:15:18 +0000
committerNicolas Vigier <boklm@mageia.org>2012-05-31 23:15:18 +0000
commit3919283b80644f33c473274166f38a88dc94bcd7 (patch)
treee7ffe94f5371cd5cd373c8b477fc1849fe986a24 /manifests
parent17e60642b41cd651cb3553552c19d06c6802f4c3 (diff)
downloadpuppet-3919283b80644f33c473274166f38a88dc94bcd7.tar
puppet-3919283b80644f33c473274166f38a88dc94bcd7.tar.gz
puppet-3919283b80644f33c473274166f38a88dc94bcd7.tar.bz2
puppet-3919283b80644f33c473274166f38a88dc94bcd7.tar.xz
puppet-3919283b80644f33c473274166f38a88dc94bcd7.zip
add fix for CVE-2011-3192 on krampouezh
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/krampouezh.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/nodes/krampouezh.pp b/manifests/nodes/krampouezh.pp
index dc8fcdbc..cc493e3a 100644
--- a/manifests/nodes/krampouezh.pp
+++ b/manifests/nodes/krampouezh.pp
@@ -16,6 +16,9 @@ node krampouezh {
rid => 1,
}
+ # temporary protection for CVE-2011-3192
+ include apache::cve-2011-3192
+
# Other services running on this server :
# - meetbot
}