__acl: be more strict because of reasons

remotes/katolaz/master
Ander Punnar 6 years ago
parent cea639d1c9
commit 8b9b2c56ab
  1. 2
      cdist/conf/type/__acl/gencode-remote

@ -89,7 +89,7 @@ then
else
echo "$acl_is" | while read -r acl
do
if echo "$acl_should" | grep -Fq "$acl" \
if echo "$acl_should" | grep -Eq "^$acl" \
|| echo "$acl" | grep -Eq '^(default:)?mask'
then continue
fi

Loading…
Cancel
Save