Issue #9027 has been updated by Josh Cooper.

Status changed from Accepted to In Topic Branch Pending Review
Assignee changed from Jacob Helwig to Josh Cooper
Target version changed from 2.7.x to 2.7.5
Branch set to https://github.com/puppetlabs/puppet/pull/151

This change is ready to be merged. It is the "same" as was done for in commit 
49c5152d64bb2d73a2751e9844bb2b92b14b88eb for issue #7137
----------------------------------------
Bug #9027: groupadd provider throws spurious warnings about AIX feature on 
non-AIX platforms.
https://projects.puppetlabs.com/issues/9027

Author: Jeremy Bowers
Status: In Topic Branch Pending Review
Priority: Normal
Assignee: Josh Cooper
Category: group
Target version: 2.7.5
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.

Reply via email to