Issue #9027 has been updated by Michael Stahnke. Status changed from Merged - Pending Release to Closed Target version changed from 2.7.5 to 2.7.6
Released in 2.7.6rc1. ---------------------------------------- Bug #9027: groupadd provider throws spurious warnings about AIX feature on non-AIX platforms. https://projects.puppetlabs.com/issues/9027 Author: Jeremy Bowers Status: Closed Priority: Normal Assignee: Josh Cooper Category: group Target version: 2.7.6 Affected Puppet version: 2.7.3 Keywords: Branch: https://github.com/puppetlabs/puppet/pull/151 `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.
