Issue #7137 has been updated by Alexander Swen.

Status changed from Closed to Re-opened
Priority changed from High to Low
Affected Puppet version changed from 2.7.3 to 2.7.10

Max Martin wrote:
> This issue has been resolved in the 2.7.x series by commit:67a8655

I am not so sure the issue has been resolved. Since we have changed the 
following:
 class users::resources {
   resources { 'user':
-    purge              => false,
+    purge              => true,
     unless_system_user => true;
   }
 }

we get this output on every node we have for each user we manage with puppet:
info: /User[<username>]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute roles
info: /User[<username>]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute auths
info: /User[<username>]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute profiles
info: /User[<username>]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute keys
info: /User[<username>]: Provider useradd does not support features 
manages_solaris_rbac; not managing attribute project
info: /User[<username>]: Provider useradd does not support features 
manages_aix_lam; not managing attribute attributes

this is annoying, but as far as we can oversee not a real problem.
It would be nice if it was solved.

we run both agent and master at version 2.7.10 on Debian servers (packages from 
apt.puppetlabs.com)

----------------------------------------
Bug #7137: useradd provider throws spurious warnings about AIX feature on 
non-AIX platforms.
https://projects.puppetlabs.com/issues/7137#change-55344

Author: Nigel Kersten
Status: Re-opened
Priority: Low
Assignee: Michael Stahnke
Category: 
Target version: 
Affected Puppet version: 2.7.10
Keywords: 
Branch: 


`info: /User[nigel]: Provider useradd does not support features 
manages_aix_lam; not managing attribute ia_load_module`

It looks to me like this is due to the combination of a required_feature and a 
defaultto in the type.

RC-introduced bug for 2.7.0rc1


-- 
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