forked from ungleich-public/cdist-contrib
[type/__dma] Detect AUTHPATH
This commit is contained in:
parent
4dfa24723a
commit
c8efbf4825
2 changed files with 5 additions and 1 deletions
1
type/__dma/explorer/auth_conf
Symbolic link
1
type/__dma/explorer/auth_conf
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../__dma_auth/explorer/auth_conf
|
|
@ -49,7 +49,10 @@ conf_should=$(
|
||||||
done <"${__object}/parameter/masquerade"
|
done <"${__object}/parameter/masquerade"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -s "${__object}/explorer/auth_conf"
|
||||||
|
then
|
||||||
|
printf "AUTHPATH %s\n" "$(cat "${__object}/explorer/auth_conf")"
|
||||||
|
fi
|
||||||
)
|
)
|
||||||
conf_should=$(echo "$conf_should" | sort -s -k 1,1)
|
conf_should=$(echo "$conf_should" | sort -s -k 1,1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue