@@ -0,0 +1,10 @@
#!/bin/bash
HOST=$(hostname)
FHOST=$(pwd)/goss/$HOST
if [ -r "$FHOST".yaml ] ; then
goss -gossfile "$FHOST".yaml v --no-color
else
echo $0 : erreur lecture fichier "$FHOST".yaml
exit 1
fi
The note is not visible to the blocked user.