summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_ad_join.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert windows custom resources to unified_modeLamont Granquist2020-08-041-0/+2
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Add more resource docs + improve yaml generationresource_docsTim Smith2020-06-051-0/+29
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Fix typoVivek Singh2020-04-061-2/+2
* Remove the canonical DSLLamont Granquist2020-03-031-1/+0
* Remove the mixin powershell includes from resourcespowershell_includeTim Smith2020-02-281-3/+0
* simplify regex and add specification linkssrb32020-02-141-2/+5
* adding sanitize_usename method to join as well as leave cmdsrb32020-02-141-1/+1
* Fix for domain_user from different domain, in windows_ad_joinsrb32020-02-141-1/+15
* Sync over resource documentation from the docs siteTim Smith2019-10-151-1/+1
* Add :leave action to windows_ad_join resourceJason Barnett2019-10-091-3/+72
* Improve the auto-generated docsTim Smith2019-08-081-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-16/+16
* More distro constant applicationsMarc Chamberland2019-05-231-2/+3
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* reword for consistencyTor Magnus Rakvåg2018-12-141-1/+1
* suppress error messages when sensitive is setTor Magnus Rakvåg2018-12-141-1/+11
* Switch to UPN format (domain_user@domain_name) to build the credential object...sp/fix7715Stuart Preston2018-11-081-1/+1
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-1/+1
* Fix failures in windows_ad_join in 14.5.27Tim Smith2018-09-211-1/+1
* Rename windows_ad_join's newname to be new_hostnameTim Smith2018-09-141-2/+3
* use ruby naming; newname to new_nameDerek Groh2018-09-131-2/+2
* add newname propertyDerek Groh2018-09-121-0/+4
* More syncs from the docs siteresource_docs_cleanupTim Smith2018-08-311-4/+4
* Ensure that reboot requests on AD Join worktm/fix_ad_join_rebootThom May2018-05-311-3/+16
* remove defaultbrewn2018-03-291-1/+1
* add description for :join actionbrewn2018-03-281-0/+2
* Rename to windows_ad_joinTim Smith2018-03-221-0/+90