| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This change will effect all the properties implemented with list.rb
(groups, roles, auths, profiles). The change will match [] values for
should as insync when none exist. (so no more log message)
|
|
|
|
|
|
|
| |
They were throwing an exception when the 'is' value
was 'absent'.
Signed-off-by: Luke Kanies <luke@madstop.com>
|
|
|
|
|
|
| |
Created OrderedList property
Added to profile property
small refactor in List to make inheriting easier
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|