summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2008-09-30 17:51:10 -0500
committerLuke Kanies <luke@madstop.com>2008-09-30 17:51:10 -0500
commit679fede620becbe7a9e934718ddf6420e28ec2cc (patch)
tree71fb0ef8171dcf0d8f2425f485fb83e65e70a2ff
parent2480654aa07dbe6c50777417143a133b1cd94859 (diff)
downloadpuppet-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>
-rwxr-xr-xlib/puppet/type/user.rb23
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