summaryrefslogtreecommitdiffstats
path: root/lib/puppet/property
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2360 - Removed annoying log messageAndrew Shafer2009-08-131-3/+3
| | | | | | 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)
* Fixing change printing when list properties are absentLuke Kanies2009-03-071-1/+5
| | | | | | | 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-2/+29
| | | | | | Created OrderedList property Added to profile property small refactor in List to make inheriting easier
* Solaris RBAC AttributesAndrew Shafer2008-10-221-0/+96
| | | | | | | | | | | 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/+78
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