summaryrefslogtreecommitdiffstats
path: root/spec/unit/property/list.rb
Commit message (Collapse)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-166/+0
| | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700
* Fixes #2360 - Removed annoying log messageAndrew Shafer2009-08-131-6/+12
| | | | | | 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-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-011-0/+9
| | | | | | Created OrderedList property Added to profile property small refactor in List to make inheriting easier
* 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