summaryrefslogtreecommitdiff
path: root/lib/chef/resource/lwrp_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2197 from opscode/sersut/fixup-chef-1662Serdar Sutay2014-10-091-1/+12
|\
| * Revert "Remove appending :actions and :valid_actions"Serdar Sutay2014-10-091-1/+12
* | Updates based on PR comments.sersut/no-lwrp-class-reloadSerdar Sutay2014-10-091-1/+0
* | Don't override LWRP resources or providers anymore in Chef 12.Serdar Sutay2014-10-081-13/+12
|/
* fixup adding default_actions to actionLamont Granquist2014-07-231-2/+3
* Allow an array in default_actionSeth Vargo2014-07-231-3/+9
* Remove appending :actions and :valid_actionsSeth Vargo2014-07-181-12/+1
* Use defined? to check for instance variablesSeth Vargo2014-07-111-2/+2
* Delegate DSL method values to their superclassSeth Vargo2014-07-111-7/+31
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+4
* Allow users to set the +resource_name+ in an LWRP programaticallySeth Vargo2014-06-301-7/+16
* fix spelling of lightweight resourcejamescott2014-05-071-2/+2
* [CHEF-4123] fix const_defined arity mismatch on ruby 1.8danielsdeleo2013-04-241-1/+1
* [CHEF-4117] fix resource attempting to remove constants it doesn't havedanielsdeleo2013-04-231-1/+1
* [CHEF-3432] fix leak of LWRP resource classesdanielsdeleo2013-04-181-2/+7
* cleanup requires for lwrp base clasesdanielsdeleo2012-12-191-0/+2
* fix doc typodanielsdeleo2012-12-191-1/+1
* Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-0/+125