diff options
author | Ryan Cragun <ryan@chef.io> | 2019-08-27 14:55:46 -0600 |
---|---|---|
committer | Ryan Cragun <ryan@chef.io> | 2019-08-27 14:55:46 -0600 |
commit | f8393130f604ae7bb0c2794a2e59e358ebfaaec3 (patch) | |
tree | d7046b82685a7892163281b95742ed9eb4aaad5f | |
parent | 550e3dbdbdf70e477dd82e7a40f745a401b758bb (diff) | |
download | chef-f8393130f604ae7bb0c2794a2e59e358ebfaaec3.tar.gz |
Add introduced field
Signed-off-by: Ryan Cragun <ryan@chef.io>
-rw-r--r-- | lib/chef/resource/user/mac_user.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/resource/user/mac_user.rb b/lib/chef/resource/user/mac_user.rb index 37b985fabc..ab5cc12947 100644 --- a/lib/chef/resource/user/mac_user.rb +++ b/lib/chef/resource/user/mac_user.rb @@ -63,6 +63,8 @@ class Chef provides :mac_user provides :user, os: "darwin", platform_version: ">= 10.14" + introduced "15.3" + property :iterations, Integer, description: "The number of iterations for a password with a SALTED-SHA512-PBKDF2 shadow hash.", default: 57803, desired_state: false |