Issue #9027 has been updated by Steve Snodgrass.
I'm seeing this same problem on RHEL6 after upgrading from 2.6.9 to 2.7.4. info: /Group[foobar]: Provider groupadd does not support features manages_aix_lam; not managing attribute ia_load_module This error issues once for every managed user/group on the system, so my "puppet agent -t" output is pretty ugly now. ---------------------------------------- Bug #9027: groupadd provider throws spurious warnings about AIX feature on non-AIX platforms. https://projects.puppetlabs.com/issues/9027 Author: Jeremy Bowers Status: Accepted Priority: Normal Assignee: Jacob Helwig Category: group Target version: 2.7.x Affected Puppet version: 2.7.3 Keywords: Branch: `info: /Group[developer]: Provider groupadd does not support features manages_aix_lam; not managing attribute ia_load_module` Not sure when it started but seems to be related to #7137 I can reproduce this bug by creating a group on a non-AIX system (Mine is Ubuntu 10.04 LTS) <pre> class users::developers { group { "developer": ensure => present, gid => '1001', } } </pre> -- 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.
