diff options
Diffstat (limited to 'lib/chef/resource/user.rb')
-rw-r--r-- | lib/chef/resource/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/user.rb b/lib/chef/resource/user.rb index b72cc22b2d..035ec53875 100644 --- a/lib/chef/resource/user.rb +++ b/lib/chef/resource/user.rb @@ -30,7 +30,7 @@ class Chef property :username, String, description: "An optional property to set the username value if it differs from the resource block's name.", - name_property: true, identity: true + name_property: true property :comment, String, description: "The contents of the user comments field." |