diff options
author | Luke Kanies <luke@madstop.com> | 2008-09-30 17:51:10 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-09-30 17:51:10 -0500 |
commit | 679fede620becbe7a9e934718ddf6420e28ec2cc (patch) | |
tree | 71fb0ef8171dcf0d8f2425f485fb83e65e70a2ff /lib | |
parent | 2480654aa07dbe6c50777417143a133b1cd94859 (diff) | |
download | puppet-679fede620becbe7a9e934718ddf6420e28ec2cc.tar.gz puppet-679fede620becbe7a9e934718ddf6420e28ec2cc.tar.xz puppet-679fede620becbe7a9e934718ddf6420e28ec2cc.zip |
Removing commented code from the user type from about 2005
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/user.rb | 23 |
1 files changed, 0 insertions, 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 |