[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
Luke Kanies
luke at madstop.com
Fri Jan 23 14:21:06 UTC 2009
The following commit has been merged in the master branch:
commit 679fede620becbe7a9e934718ddf6420e28ec2cc
Author: Luke Kanies <luke at madstop.com>
Date: Tue Sep 30 17:51:10 2008 -0500
Removing commented code from the user type from about 2005
Signed-off-by: Luke Kanies <luke at madstop.com>
diff --git a/lib/puppet/type/user.rb b/lib/puppet/type/user.rb
index 79cd5ff..571781d 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
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list