summaryrefslogtreecommitdiff
path: root/lib/chef/user_v1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/user_v1.rb')
-rw-r--r--lib/chef/user_v1.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/chef/user_v1.rb b/lib/chef/user_v1.rb
index 077fca50b9..b628c76381 100644
--- a/lib/chef/user_v1.rb
+++ b/lib/chef/user_v1.rb
@@ -1,6 +1,6 @@
#
# Author:: Steven Danna (steve@opscode.com)
-# Copyright:: Copyright 2012 Opscode, Inc.
+# Copyright:: Copyright 2012-2016 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -93,11 +93,6 @@ class Chef
arg, :kind_of => String)
end
- def password(arg=nil)
- set_or_return(:password,
- arg, :kind_of => String)
- end
-
def create_key(arg=nil)
set_or_return(:create_key, arg,
:kind_of => [TrueClass, FalseClass])