Issue #14400 has been updated by Charlie Sharpsteen. Keywords set to customer
---------------------------------------- Bug #14400: User resources generates erroneous messages https://projects.puppetlabs.com/issues/14400#change-88405 * Author: Sergei Genchev * Status: Duplicate * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: customer * Branch: https://github.com/puppetlabs/puppet/pull/798 ---------------------------------------- When I enable purging of unmanaged users I get a lot of erroneous info messages ( It runs on Linux) <pre> info: /User[bin]: Provider useradd does not support features manages_solaris_rbac; not managing attribute roles info: /User[bin]: Provider useradd does not support features manages_solaris_rbac; not managing attribute auths info: /User[bin]: Provider useradd does not support features manages_solaris_rbac; not managing attribute profiles info: /User[bin]: Provider useradd does not support features manages_solaris_rbac; not managing attribute keys info: /User[bin]: Provider useradd does not support features manages_solaris_rbac; not managing attribute project info: /User[bin]: Provider useradd does not support features manages_aix_lam; not managing attribute attributes </pre> The puppet code that makes these messages show up: <pre> resources { user: purge => true, unless_system_user => '999', } </pre> Puppet 2.7 all versions up to 2.7.14; always reproducible on all OS varians we deal with: RedHat/CenTOS 4,5,6 and Ubuntu 8.4/10.4 -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
