Issue #14400 has been updated by Ben Hughes.

Description updated


----------------------------------------
Bug #14400: User resources generates erroneous messages
https://projects.puppetlabs.com/issues/14400#change-67073

Author: Sergei Genchev 
Status: In Topic Branch Pending Review
Priority: Normal
Assignee: Andrew  Parker
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: https://github.com/puppetlabs/puppet/pull/798


 When I enable purging of unmanaged users I get a lot of erroneous info 
messages ( It runs on Linux)

<pre>
info: /User[bin]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute roles
info: /User[bin]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute auths
info: /User[bin]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute profiles
info: /User[bin]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute keys
info: /User[bin]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute project
info: /User[bin]: Provider useradd does not support features manages_aix_lam; 
not managing attribute attributes
</pre>

 The puppet code that makes these messages show up:

<pre>
 resources { user:
    purge              => true,
    unless_system_user => '999',
 }
</pre>

Puppet 2.7 all versions up to 2.7.14; always reproducible on all OS varians we 
deal with: RedHat/CenTOS 4,5,6 and Ubuntu 8.4/10.4





-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to