summaryrefslogtreecommitdiff
path: root/lib/chef/resource/user/dscl_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/user/dscl_user.rb')
-rw-r--r--lib/chef/resource/user/dscl_user.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/user/dscl_user.rb b/lib/chef/resource/user/dscl_user.rb
index 546a385204..54d78d20a0 100644
--- a/lib/chef/resource/user/dscl_user.rb
+++ b/lib/chef/resource/user/dscl_user.rb
@@ -27,8 +27,8 @@ class Chef
provides :user, os: "darwin"
property :iterations, Integer,
- description: "macOS platform only. The number of iterations for a password with a SALTED-SHA512-PBKDF2 shadow hash.",
- default: 27855, desired_state: false
+ description: "macOS platform only. The number of iterations for a password with a SALTED-SHA512-PBKDF2 shadow hash.",
+ default: 27855, desired_state: false
end
end
end