Issue #7137 has been updated by Jacob Helwig.
I was only able to reproduce this error message by trying to manage the
`ia_load_module` property on a user on a non-AIX system, in which case the info
message is quite legitimate. I tried this against the `2.7.2rc3` tag (
commit:1e76c166d91fd125ca5d25d7dc6a0ce7af4c8e1f ).
I was able to reproduce the message using the following manifest on Ubuntu:
user { "bob":
ensure => present,
ia_load_module => 'asdf',
}
The following did _not_ reproduce the info message:
user { "bob":
ensure => present,
}
It looks like the info message is legitimate. Could someone who is seeing this
info message provide a sample manifest where this message appears, and they are
not attempting to manage `ia_load_module` on a non-AIX system?
----------------------------------------
Bug #7137: useradd provider throws spurious warnings about AIX feature on
non-AIX platforms.
https://projects.puppetlabs.com/issues/7137
Author: Nigel Kersten
Status: Merged - Pending Release
Priority: High
Assignee: Michael Stahnke
Category:
Target version:
Affected Puppet version: 2.7.2rc3
Keywords:
Branch:
`info: /User[nigel]: Provider useradd does not support features
manages_aix_lam; not managing attribute ia_load_module`
It looks to me like this is due to the combination of a required_feature and a
defaultto in the type.
RC-introduced bug for 2.7.0rc1
--
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.