summaryrefslogtreecommitdiffstats
path: root/spec/unit/property
Commit message (Collapse)AuthorAgeFilesLines
* Fixing change printing when list properties are absentLuke Kanies2009-03-071-0/+4
| | | | | | | They were throwing an exception when the 'is' value was 'absent'. Signed-off-by: Luke Kanies <luke@madstop.com>
* Bug #1778 - Solaris RBAC profiles should maintain orderAndrew Shafer2008-12-012-0/+73
| | | | | | Created OrderedList property Added to profile property small refactor in List to make inheriting easier
* Solaris RBAC AttributesAndrew Shafer2008-10-221-0/+168
| | | | | | | | | | | Adding support to user type for: profiles auths project key/value pairs Refactored useradd.addcmd so I could override how properties get added in the subclass Added keyvalue property to manage generic keyvalues
* Add role support to user type and an implementionAndrew Shafer2008-10-011-0/+147
modify user type: add ensure = role logic add roles property add manages_solaris_rbac feature refactored 'list' property to reuse logic for groups in roles