Issue #6059 has been updated by Merritt Krakowitzer.

Status changed from Rejected to Re-opened

Ofcourse they support shadowfile semantics.

A role is just a user that has extra attributes in /etc/user_attr. With the 
exception of that it is a user.

In Solaris 11, the root user and all other generic accounts are roles. It would 
make sense for puppet to support this.
----------------------------------------
Feature #6059: password_max_age & password_min_age should work on solaris role
https://projects.puppetlabs.com/issues/6059

Author: Merritt Krakowitzer
Status: Re-opened
Priority: Low
Assignee: Nigel Kersten
Category: 
Target version: 
Affected Puppet version: 2.6.4
Keywords: 
Branch: 


user { "foo":
        gid => 'sysadmin',
        uid => '1501',
        ensure => 'role',
        profiles => 'Primary Administrator',
        password_max_age => '30',
        password_min_age => '1',
    }
when I run puppet:

<pre>
err: /Stage[main]/Unixadm_role/User[foo]/password_min_age: change from 7 to 1 
failed: No command role_password defined for provider
err: /Stage[main]/Unixadm_role/User[foo]/password_max_age: change from 56 to 30 
failed: No command role_password defined for provider
</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