summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Martin <max@puppetlabs.com>2011-04-25 13:44:48 -0700
committerMax Martin <max@puppetlabs.com>2011-04-25 13:44:48 -0700
commit49c5152d64bb2d73a2751e9844bb2b92b14b88eb (patch)
treeedc300c21bf4cc396d156e05603b6061f82a1cde
parent349bd96c0fd59f8c7c1a83b7d40000d703136a87 (diff)
downloadpuppet-49c5152d64bb2d73a2751e9844bb2b92b14b88eb.tar.gz
puppet-49c5152d64bb2d73a2751e9844bb2b92b14b88eb.tar.xz
puppet-49c5152d64bb2d73a2751e9844bb2b92b14b88eb.zip
(#7137) Get rid of spurious info messages in useradd
Usage of the useradd provider was leading to spurious log messages of this form: info: /User[nigel]: Provider useradd does not support features manages_aix_lam; not managing attribute ia_load_module This was due to the ia_load_module parameter requiring manages_aix_lam and additionally having a defaultto value of "compat." Paired-with: Matt Robinson <matt@puppetlabs.com>
-rwxr-xr-xlib/puppet/type/user.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/type/user.rb b/lib/puppet/type/user.rb
index 767959308..572d5796d 100755
--- a/lib/puppet/type/user.rb
+++ b/lib/puppet/type/user.rb
@@ -451,8 +451,6 @@ module Puppet
newparam(:ia_load_module, :required_features => :manages_aix_lam) do
desc "The name of the I&A module to use to manage this user"
-
- defaultto "compat"
end
newproperty(:attributes, :parent => Puppet::Property::KeyValue, :required_features => :manages_aix_lam) do