Issue #9027 has been updated by hai wu.
I am using puppet 2.7.3 formal release (for both client and server), and I am still hitting this exact same bug .. ---------------------------------------- Bug #9027: groupadd provider throws spurious warnings about AIX feature on non-AIX platforms. https://projects.puppetlabs.com/issues/9027 Author: Jeremy Bowers Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: 2.7.1 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.
