Issue #9027 has been updated by Remi Broemeling.

Encountering this issue on RHEL 5.6 as well as CENTOS 5.6, using Puppet 2.7.5 
and Facter 1.6.1.  The error is new since our upgrade from Puppet 2.6.9 to 
2.7.5.  As Steve Snodgrass mentioned, it makes the puppet output pretty ugly -- 
and more importantly makes the output of commands like 'diff' harder to parse 
at a glance -- all of the warnings show up in the same color as changes that 
will occur to the system.
----------------------------------------
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.

Reply via email to