Issue #6801 has been updated by Daniel Pittman. Target version deleted (future)
---------------------------------------- Feature #6801: Provide adminuser and admingroup facts for OSes where it makes sense. https://projects.puppetlabs.com/issues/6801#change-57090 Author: Michael Stahnke Status: Accepted Priority: Normal Assignee: Category: library Target version: Keywords: Branch: Affected Facter version: While most operating systems use root:*root* for ownership of *system* files, AIX uses system as the group by default. Thus, in many manifests, I have to insert a case statement to figure out the group for the root user. This is obviously done by a simple fact. This could be a default fact, as it may have uses in other operating systems, such as BSD and derivatives that use* wheel* as the default root group. I realize this probably more of a 'nice to have' feature, but it's not very difficult to implement, and would allow manifests to be cleaner, rather than having a switch or case statement. -- 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.
