summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface/action_builder.rb
Commit message (Expand)AuthorAgeFilesLines
* (#7291) Fix issues with instance_methods in Ruby 1.9Matt Robinson2011-05-161-2/+2
* (#7353) Remove :for_humans format entirely.Daniel Pittman2011-05-051-3/+1
* (#7353) Note the :for_humans compatibility issue.Daniel Pittman2011-05-041-0/+2
* (#7282) action without `when_invoked` should fail...Daniel Pittman2011-05-021-0/+1
* (#7249) Publicize ActionBuilder DSL methods.Pieter van de Bruggen2011-04-261-14/+14
* (#7013) Support 'when_rendering' and 'render_as' in actions.Daniel Pittman2011-04-191-5/+39
* (#7115) Enable default actions.Pieter van de Bruggen2011-04-151-0/+4
* (#6962) Implement 'summary' for actions.Daniel Pittman2011-04-121-0/+4
* (#7012) Split plumbing into Puppet::InterfaceDaniel Pittman2011-04-071-0/+31
* MAINT: the API is officially named "string" as of this moment.Daniel Pittman2011-03-281-27/+0
* (#6833) support 'script' as a short form of 'action'Daniel Pittman2011-03-241-6/+3
* (#6814) Add missing require for specsNick Lewis2011-03-221-0/+1
* (#6814) Create a dedicated Action classNick Lewis2011-03-221-0/+29