summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parameter/path.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#4884) Add consistent path validation and behaviorDaniel Pittman2011-03-151-0/+42
Many path parameters were implementing their own inconsistent validation and behavior. Now those parameters can have a parent class that makes things a lot more consistent. Reviewed-by: Matt Robinson and Max Martin