__acl: tabs vs spaces

remotes/katolaz/master
Ander Punnar 6 years ago
parent 05225352aa
commit c7e6109462
  1. 10
      cdist/conf/type/__acl/explorer/missing_users_groups

@ -29,7 +29,7 @@ do
while read -r acl while read -r acl
do do
check="$( echo "$acl" | awk -F: '{print $1}' )" check="$( echo "$acl" | awk -F: '{print $1}' )"
if [ "$parameter" = 'user' ] if [ "$parameter" = 'user' ]
then then
@ -38,10 +38,10 @@ do
getent_db="$parameter" getent_db="$parameter"
fi fi
if ! getent "$getent_db" "$check" > /dev/null if ! getent "$getent_db" "$check" > /dev/null
then then
echo "missing $parameter '$check'" echo "missing $parameter '$check'"
fi fi
done \ done \
< "$__object/parameter/$parameter" < "$__object/parameter/$parameter"
done done

Loading…
Cancel
Save