From cdd5f380c4bdafcade6964109a3c17718c9296cd Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Thu, 15 Oct 2015 10:44:22 -0500 Subject: [PATCH] use passwd database instead of shadow database on NetBSD too --- cdist/conf/type/__user/explorer/shadow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/conf/type/__user/explorer/shadow b/cdist/conf/type/__user/explorer/shadow index 59abaa8a..1a8fd809 100755 --- a/cdist/conf/type/__user/explorer/shadow +++ b/cdist/conf/type/__user/explorer/shadow @@ -27,7 +27,7 @@ os="$($__explorer/os)" database="shadow" case "$os" in - "freebsd"|"openbsd") database="passwd";; + "freebsd"|"netbsd"|"openbsd") database="passwd";; esac