From 513db6cdba867a084a0f4624a1a0fed110dcf4e0 Mon Sep 17 00:00:00 2001
From: Viktor Manuel Guijarro Plaza <viktor.manuel.guijarro.plaza@cern.ch>
Date: Wed, 12 Jul 2023 11:58:12 +0200
Subject: [PATCH] Update docs/storage/eos.md, docs/storage/afs.md,
 docs/linux/locmap.md

---
 docs/linux/locmap.md | 6 ++++--
 docs/storage/afs.md  | 2 --
 docs/storage/eos.md  | 2 --
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/linux/locmap.md b/docs/linux/locmap.md
index a9667b1..148d181 100644
--- a/docs/linux/locmap.md
+++ b/docs/linux/locmap.md
@@ -53,7 +53,7 @@ Users:
 
 Here you can see all the different modules you can have configured by locmap. For instance, `afs` and `eosclient` will configure the AFS and EOS filesystems so that you can access them from your machine:
 
-* This are the available modules for Alma 8 and 9:
+* This are the available modules for both RHEL and Alma, with a version 8 or higher:
 ```
 $ locmap --list
 [Available Modules]
@@ -71,7 +71,7 @@ ssh            [ enabled]
 sudo           [ enabled] 
 zoom           [ enabled] 
 ```
-* This are the available modules for CC7:
+* These are the available modules for CC7:
 ```
 $ locmap --list
 [Available Modules]
@@ -88,6 +88,8 @@ ssh            [ enabled]
 sudo           [ enabled] 
 zoom           [ enabled] 
 ```
+!!! danger "Observation"
+    You can notice some differences in the modules between locmap on 7 compared to 8 and 9. First of all, cernphone and chrony have been added modules. And sendmail (CC7) has been replaced with postfix.
 
 #### Enable and configure a module
 
diff --git a/docs/storage/afs.md b/docs/storage/afs.md
index 8ae03ae..adf3252 100644
--- a/docs/storage/afs.md
+++ b/docs/storage/afs.md
@@ -14,8 +14,6 @@ The AFS Service is based on OpenAFS, an open-source distributed filesystem which
 
 ```
 $ locmap --enable afs
-```
-```
 $ locmap --configure afs
 ```
 
diff --git a/docs/storage/eos.md b/docs/storage/eos.md
index 7138c02..febcad2 100644
--- a/docs/storage/eos.md
+++ b/docs/storage/eos.md
@@ -14,8 +14,6 @@ The main target area for the service is physics data analysis, which is characte
 
 ```
 $ locmap --enable eos
-```
-```
 $ locmap --configure eos
 ```
 
-- 
GitLab