summaryrefslogtreecommitdiffstats
path: root/spec/lib/puppet/face/huzzah/obsolete.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#7184) Find actions bound to other versions of Faces.Daniel Pittman2011-07-221-0/+6
When we first touch a Face, we load all the available Actions from disk. Given they define themselves against a specific version of a Face, they are automatically available tied to the correct version; this makes it trivially possible to locate those on demand and return them. Now, we have the ability to find and, consequently, invoke Actions on older versions of Faces. We don't load enough context, though: the older face will only have external Actions defined, not anything core. Reviewed-By: Pieter van de Bruggen <pieter@puppetlabs.com>