From f07f672ed10d8dcd4fa24828f91b27ed80183461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Moso=C5=84?= Date: Sat, 3 Oct 2015 15:44:45 +0200 Subject: [PATCH] Added CentOS and Oracle Linux versions mapping --- apache/osfingermap.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apache/osfingermap.yaml b/apache/osfingermap.yaml index adc4fa5..ce0688e 100644 --- a/apache/osfingermap.yaml +++ b/apache/osfingermap.yaml @@ -3,4 +3,12 @@ default: Red Hat Enterprise Linux Server-6: version: '2.2' Red Hat Enterprise Linux Server-7: - version: '2.4' \ No newline at end of file + version: '2.4' +CentOS-6: + version: '2.2' +CentOS-7: + version: '2.4' +Oracle Linux Server-6: + version: '2.2' +Oracle Linux Server-7: + version: '2.4'