From 679fede620becbe7a9e934718ddf6420e28ec2cc Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 30 Sep 2008 17:51:10 -0500 Subject: Removing commented code from the user type from about 2005 Signed-off-by: Luke Kanies --- lib/puppet/type/user.rb | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/lib/puppet/type/user.rb b/lib/puppet/type/user.rb index 79cd5ff26..571781d5a 100755 --- a/lib/puppet/type/user.rb +++ b/lib/puppet/type/user.rb @@ -191,29 +191,6 @@ module Puppet end end - # these three properties are all implemented differently on each platform, - # so i'm disabling them for now - - # FIXME Puppet::Property::UserLocked is currently non-functional - #newproperty(:locked) do - # desc "The expected return code. An error will be returned if the - # executed command returns something else." - #end - - # FIXME Puppet::Property::UserExpire is currently non-functional - #newproperty(:expire) do - # desc "The expected return code. An error will be returned if the - # executed command returns something else." - # @objectaddflag = "-e" - #end - - # FIXME Puppet::Property::UserInactive is currently non-functional - #newproperty(:inactive) do - # desc "The expected return code. An error will be returned if the - # executed command returns something else." - # @objectaddflag = "-f" - #end - newparam(:name) do desc "User name. While limitations are determined for each operating system, it is generally a good idea to keep to -- cgit