summaryrefslogtreecommitdiff
path: root/lib/chef/resource/sudo.rb
Commit message (Expand)AuthorAgeFilesLines
* Minor updates for documentation generationTim Smith2020-10-151-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Fix quotes for ChefstyleTim Smith2020-07-071-1/+1
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-071-1/+1
* Full path -> Absolute pathTim Smith2020-06-181-1/+1
* Add more examples to the resource codeTim Smith2020-06-181-1/+28
* Another round of description updatesTim Smith2020-05-011-3/+3
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* remove useless checkLamont Granquist2020-02-211-1/+1
* Convert more resources to unified_modeLamont Granquist2020-02-211-7/+8
* Fix sudo verify regression on 2nd convergeAmol Shinde2019-12-241-4/+13
* Improve resource descriptions and the rake task for docs generationTim Smith2019-11-141-1/+1
* Added sudo resource validationAmol Shinde2019-10-011-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-37/+37
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* Add additional descriptions to resource and update otherswordingTim Smith2018-11-061-4/+4
* Properly deprecate visudo_path property in sudo resourceTim Smith2018-10-301-1/+1
* Update descriptions and add default_description fieldsTim Smith2018-10-301-3/+3
* More syncs from the docs siteresource_docs_cleanupTim Smith2018-08-311-7/+7
* Add missing periods in descriptionsTim Smith2018-07-091-4/+4
* Remove duplicate source property in the sudo resourcesudo_double_propertyTim Smith2018-04-161-1/+0
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-2/+2
* Merge pull request #7074 from chef/release_notes_v1Tim Smith2018-03-271-4/+4
|\
| * Update release notes and resources to matchTim Smith2018-03-271-4/+4
* | forgot commabrewn2018-03-271-1/+1
* | specify ruby type for visudo_binarybrewn2018-03-271-1/+1
|/
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Call the new method namesudo_whichTim Smith2018-03-221-1/+1
* Rename visudo_path -> visudo_binary and raise if the old one is usedTim Smith2018-03-221-2/+11
* Make sure we return true in visudo_present helperTim Smith2018-03-221-2/+2
* Match order to cookbookTim Smith2018-03-221-3/+4
* sudo: Don't fail on FreeBSD. Turns out there's a .d directoryTim Smith2018-03-221-9/+4
* Add more resource descriptions and convert more resources to use propertiesminor_resource_cleanupTim Smith2018-03-191-1/+0
* Lazy eval empty Hash/Array resource properties.Tim Smith2018-03-161-6/+6
* Add compatibility action for removesudoTim Smith2018-03-151-0/+5
* Add the sudo resource from the sudo resourceTim Smith2018-03-151-0/+222