summaryrefslogtreecommitdiff
path: root/lib/chef/resource/execute.rb
Commit message (Expand)AuthorAgeFilesLines
* include password in guard inherited attributesguard_passwordmwrock2020-11-201-0/+2
* A bit more formattingTim Smith2020-11-031-1/+1
* Resource documentation updates from reviewTim Smith2020-10-151-3/+3
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-5/+5
* double quotes in example for string interpolationKarl Amrhein2020-08-121-2/+2
* Remove unused instance variable.Pete Higgins2020-08-071-1/+0
* Update to Chefstyle 1.2 + some fixeschefstyle12Tim Smith2020-07-141-2/+2
* Fix execute resource with integer user parameter.Pete Higgins2020-07-131-2/+2
* Cleanup more resource examplesdocumentationTim Smith2020-06-161-76/+10
* Fix some spelling violations.Pete Higgins2020-06-041-1/+1
* Escape interpolation in code examples.add-input-property-to-executePete Higgins2020-05-261-13/+13
* Add an example using the input property.Pete Higgins2020-05-261-0/+6
* Add examples for execute resource.Pete Higgins2020-05-261-0/+521
* Reformat description and add note.Pete Higgins2020-05-261-4/+9
* Fix property definition according to PR feedback.Pete Higgins2020-05-261-2/+2
* Add an input property to the execute resource for passing input on STDIN.Pete Higgins2020-05-261-0/+4
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-2/+2
* Give execute resource a proper timeout defaulttimeoutsTim Smith2020-04-131-1/+2
* Updates to timeout properties in resourcesTim Smith2020-04-131-9/+10
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* remove redundant identityLamont Granquist2020-04-021-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+1
* Use the chef-utils helpers in our resourcesTim Smith2020-02-251-1/+1
* Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-281-0/+2
* lazy procs are instance_exec in the resource alreadyLamont Granquist2019-07-051-2/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-13/+13
* More distro constant applicationsMarc Chamberland2019-05-231-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Target Mode initial implementationBryan McLellan2019-05-061-1/+2
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-2/+3
* Add misc YARD commentsyard3Tim Smith2019-03-111-0/+3
* Added back the resource name as per reviewVasu11052019-01-311-0/+1
* Fixed review comments.Vasu11052019-01-301-1/+1
* Fixed typoVasu11052019-01-301-1/+1
* Conver execute_resource to use properties.Vasu11052019-01-301-13/+6
* Replace several uses of attribute with property in resourcesattribute_is_propertyTim Smith2018-11-151-1/+1
* Updates from the review of #7929Tim Smith2018-11-151-1/+1
* Improve resource descriptions for documentationTim Smith2018-11-141-1/+1
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-1/+1
* Update descriptions and add default_description fieldsTim Smith2018-10-301-1/+1
* Add additional resource descriptionsTim Smith2018-09-061-1/+4
* Remove some default values in descriptionsTim Smith2018-07-251-3/+3
* Add descriptions to the execute resourceTim Smith2018-07-251-13/+38
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1