File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2727 Optional[managehome] => Boolean,
2828 Optional[managevim] => Boolean,
2929 Optional[membership] => Enum[' inclusive' ,' minimum' ],
30- Optional[password] => String,
30+ Optional[password] => Variant[ String, Sensitive[String]] ,
3131 Optional[password_max_age] => Accounts::User::PasswordMaxAge,
3232 Optional[purge_sshkeys] => Boolean,
3333 Optional[purge_user_home] => Boolean,
3636 Optional[sshkey_custom_path] => Stdlib::Unixpath,
3737 Optional[sshkey_owner] => Accounts::User::Name,
3838 Optional[sshkey_group] => Accounts::User::Name,
39- Optional[sshkeys] => Array[String],
39+ Optional[sshkey_mode] => Variant[Integer[0], String],
40+ Optional[sshkeys] => Array[String[1]],
4041 Optional[system] => Boolean,
4142 Optional[uid] => Accounts::User::Uid,
4243 }
You can’t perform that action at this time.
0 commit comments