Merge branch 'alpinefix' into 'master'

Fix for alpine "getent shadow" missing functionality in __user type

See merge request ungleich-public/cdist!855
This commit is contained in:
poljakowski 2020-03-09 08:03:34 +01:00
commit 4481052184
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
name=$__object_id
case $("$__explorer/os") in
'freebsd'|'netbsd'|'openbsd')
'freebsd'|'netbsd'|'openbsd'|'alpine')
database='passwd'
;;
# Default to using shadow passwords