Adds 'empty_password' statement for states.user.present

This commit is contained in:
outime
2015-09-27 16:20:45 +02:00
parent d3d6cfba61
commit 851a59e952
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@ users:
fullname: B User
password: $6$w.............
enforce_password: True
# WARNING: If 'empty_password' is set to True, the 'password' statement
# will be ignored by enabling password-less login for the user.
empty_password: False
home: /custom/buser
createhome: True
roomnumber: "A-1"