summaryrefslogtreecommitdiff
path: root/lib/chef/resource/user/linux_user.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-04-27 16:15:16 -0700
committerTim Smith <tsmith@chef.io>2018-11-14 09:18:58 -0800
commitfb27369dba9943b5a7491dafcbf48674454ec8c8 (patch)
tree3303a08a923d981aeb27eb1a26344595a0cb063d /lib/chef/resource/user/linux_user.rb
parent7a1ca3d2dee6ad457ab9590bf05372f8f319e491 (diff)
downloadchef-user_properties.tar.gz
Convert the user resource to use propertiesuser_properties
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/user/linux_user.rb')
-rw-r--r--lib/chef/resource/user/linux_user.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/user/linux_user.rb b/lib/chef/resource/user/linux_user.rb
index 056a421197..2c57e607cc 100644
--- a/lib/chef/resource/user/linux_user.rb
+++ b/lib/chef/resource/user/linux_user.rb
@@ -25,7 +25,6 @@ class Chef
provides :linux_user
provides :user, os: "linux"
-
end
end
end