summaryrefslogtreecommitdiff
path: root/lib/chef/provider/user/dscl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/user/dscl.rb')
-rw-r--r--lib/chef/provider/user/dscl.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/provider/user/dscl.rb b/lib/chef/provider/user/dscl.rb
index 4c056b00fd..0e1d7c52af 100644
--- a/lib/chef/provider/user/dscl.rb
+++ b/lib/chef/provider/user/dscl.rb
@@ -45,9 +45,7 @@ class Chef
# This provider only supports macOS versions 10.7 to 10.13
class Dscl < Chef::Provider::User
- attr_accessor :user_info
- attr_accessor :authentication_authority
- attr_accessor :password_shadow_conversion_algorithm
+ attr_accessor :user_info, :authentication_authority, :password_shadow_conversion_algorithm
provides :dscl_user
provides :user, os: "darwin", platform_version: "<= 10.13"