Issue #23013 has been reported by Toni Schmidbauer.
----------------------------------------
Bug #23013: AIX user provider changes gecos field on every run if comment is ''
https://projects.puppetlabs.com/issues/23013
* Author: Toni Schmidbauer
* Status: Unreviewed
* Priority: Normal
* Assignee:
* Category: user
* Target version:
* Affected Puppet version: 3.2.4
* Keywords: aix user gecos comment change
* Branch:
----------------------------------------
if you define the following test class
user { 'aixtest':
comment => '',
}
puppet is going to change the geocs (comment) field on every run, executing
`chuser gecos= aixtest`.
this happens because
lsuser -c aixtest
does not include the gecos field if it is empty. just change the class to
user { 'aixtest':
comment => 'aixtest',
}
and it only gets changed once, as `lsuser -c aixtest` now reports the gecos
field.
thanks
toni
--
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.