summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8000 from MsysTechnologiesllc/vasundhara/MSYS-936_Fix_fo_...Tim Smith2018-12-191-3/+6
|\
| * MSYS-936 Fix for windows certificate delete action fails if certificate doesn...vasu11052018-12-191-3/+6
* | Merge pull request #8008 from MsysTechnologiesllc/dh/MSYS-934_pfx_password_va...Tim Smith2018-12-181-1/+1
|\ \
| * | Fix for pfx_password validationdheerajd-msys2018-12-051-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
* | | Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-131-0/+4
| |/ |/|
* | suppress more useless warningsTor Magnus Rakvåg2018-12-071-1/+1
* | bare words as strings on the right hand side don't workTor Magnus Rakvåg2018-12-071-1/+1
* | resolve idempotency issue with different resource name and source_nameTor Magnus Rakvåg2018-12-061-1/+1
* | empty state handling has moved to load_current_valueTor Magnus Rakvåg2018-12-061-3/+0
* | warnings pollute script outputTor Magnus Rakvåg2018-12-061-0/+3
* | use built in method of handling nil statusTor Magnus Rakvåg2018-12-061-2/+6
* | update description to include windowsCorey Hemminger2018-12-051-1/+1
|/
* remove alias to packageLamont Granquist2018-11-281-1/+0
* chefstyle fixes ONLYS.Cavallo2018-11-281-1/+1
* initial suppport for snap packagesS.Cavallo2018-11-281-0/+36
* Merge pull request #7806 from username-is-already-taken2/gb/windows_timezoneTim Smith2018-11-271-0/+16
|\
| * Merge remote-tracking branch 'origin' into gb/windows_timezoneusername-is-already-taken22018-11-2376-749/+1505
| |\
| * | Added windows support for the timezone resourceusername-is-already-taken22018-10-291-1/+15
* | | Merge pull request #7961 from derekgroh/masterStuart Preston2018-11-221-2/+2
|\ \ \ | |_|/ |/| |
| * | add compress flag to address bug in PS version 4Derek Groh2018-11-201-2/+2
* | | Accounts to be revoked should be provided as an individually quoted string arraysp/arrayofaccountsStuart Preston2018-11-201-1/+1
* | | Merge pull request #7956 from chef/smb_shareStuart Preston2018-11-201-0/+6
|\ \ \
| * | | windows_share: Fix idempotency by removing the "everyone" accesssmb_shareTim Smith2018-11-191-0/+6
* | | | Merge pull request #7953 from chef/lcg/chef-15-allow-downgradeLamont Granquist2018-11-194-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Chef-15: switch default of allow_downgrade to trueLamont Granquist2018-11-194-4/+7
* | | | Merge pull request #7948 from chef/properties3Tim Smith2018-11-1912-21/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Revert homebrew_tap to using String for ownerproperties3Tim Smith2018-11-191-1/+1
| * | | Allow Integers for all group / owner propertiesTim Smith2018-11-1613-22/+22
* | | | Merge pull request #7916 from chef/testingTim Smith2018-11-191-23/+32
|\ \ \ \
| * | | | windows_workgroup: Coerce the provided reboot property and add more testsTim Smith2018-11-141-23/+32
| | |/ / | |/| |
* | | | Merge pull request #7946 from chef/propertiesTim Smith2018-11-193-163/+56
|\ \ \ \
| * | | | Add descriptions to the service resourcepropertiesTim Smith2018-11-151-15/+42
| * | | | Expand windows_service specsTim Smith2018-11-151-4/+4
| * | | | Remove service_name property that's already part of serviceTim Smith2018-11-151-4/+0
| * | | | Remove duplicate identity and state_attrs in other service resourcesTim Smith2018-11-152-6/+0
| * | | | Convert service resource to use propertiesTim Smith2018-11-151-147/+23
| | |/ / | |/| |
* | | | Merge pull request #7943 from chef/attribute_is_propertyTim Smith2018-11-193-3/+3
|\ \ \ \
| * | | | Replace several uses of attribute with property in resourcesattribute_is_propertyTim Smith2018-11-153-3/+3
| |/ / /
* | | | Fully convert remote_directory to use propertiesproperties2Tim Smith2018-11-161-41/+38
|/ / /
* | | Updates from the review of #7929Tim Smith2018-11-1512-13/+13
* | | Add descriptions to the cron resourceTim Smith2018-11-152-11/+38
* | | Merge pull request #7929 from chef/docsTim Smith2018-11-1516-32/+32
|\ \ \
| * | | Improve resource descriptions for documentationTim Smith2018-11-1416-32/+32
| |/ /
* | | Merge pull request #7905 from MsysTechnologiesllc/Kapil/MSYS-873_windows_feat...Tim Smith2018-11-141-17/+13
|\ \ \ | |/ / |/| |
| * | removed features are also available for installation in windows_feature_dismKapil Chouhan2018-11-091-17/+13
* | | Replace usage of win_friendly_path helper in windows_certificatewin_friendly_pathTim Smith2018-11-131-1/+2
* | | windows_feature: Move provider logic into the default of the install_method p...windows_featureTim Smith2018-11-091-5/+5
* | | Merge pull request #7895 from chef/sp/fix7715Stuart Preston2018-11-091-1/+1
|\ \ \