summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* debug log messages upon reloaded resourcesif/warn-on-reload-resourceIsa Farnik2016-01-121-1/+1
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-123-122/+122
* add pre-deprecated uninstall actionLamont Granquist2016-01-111-0/+2
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-081-0/+37
* Typo fixZach Malone2016-01-061-1/+1
* Added profile provider for OS XNate Walck2015-12-171-0/+74
* merge cleanupmwrock/packageMatt Wrock2015-12-151-1/+5
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-151-2/+6
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-1520-290/+71
* sort propertiesLamont Granquist2015-12-141-3/+3
* remove unnecessary identity_attr declarationLamont Granquist2015-12-141-2/+0
* regex works fine inside the is arrayLamont Granquist2015-12-141-1/+1
* can be less verbose about creating ArraysLamont Granquist2015-12-141-1/+1
* why is 'identity' different than 'name_property'?Lamont Granquist2015-12-141-1/+1
* is: vs. regex: is differentLamont Granquist2015-12-141-1/+1
* stop mutating the default arrayLamont Granquist2015-12-141-1/+1
* unnecessary array argLamont Granquist2015-12-141-1/+1
* implement verifications as a propertyLamont Granquist2015-12-141-7/+3
* convert to true/false/nil in propertiesLamont Granquist2015-12-141-7/+7
* make file resource use propertiesLamont Granquist2015-12-141-70/+9
* Warn when user sets a property of an inline resource to itself.John Keiser2015-12-101-0/+4
* Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-031-1/+9
* dpkg multipackage and bonus fixesLamont Granquist2015-12-021-3/+4
* Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-231-2/+20
* Add reboot notification to dsc_resourceSteven Murawski2015-11-181-0/+12
* base package provider fixesLamont Granquist2015-11-172-10/+9
* Merge pull request #4040 from chef/tm/live_execute_streamingThom May2015-11-121-0/+8
|\
| * respond to review commentsThom May2015-11-091-0/+8
* | Merge pull request #4014 from nsdavidson/issue-3923Thom May2015-11-121-0/+32
|\ \ | |/ |/|
| * removing provider require in ksh resource and updating copyright infoNolan Davidson2015-10-071-2/+1
| * Adding ksh resource and specsNolan Davidson2015-10-061-0/+33
* | Remove now-unused function (already implemented by Chef::Resource)John Keiser2015-11-061-4/+0
* | Use SHA256 instead for registry_key when data is not displayableJay Mundrawala2015-10-241-1/+1
* | We shouldn't be subclassing Struct.new - if the file is loaded twice we get a...tyler-ball2015-10-241-1/+14
* | Update messaging to match LWRP -> Custom Resource renameTim Smith2015-10-211-6/+6
* | Improve sentencesTim Smith2015-10-181-1/+1
* | Capitalize sentencesTim Smith2015-10-181-1/+1
* | Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bitClaire McQuin2015-10-051-2/+6
|/
* Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-2/+1
* Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-221-1/+15
* Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-021-0/+5
|\
| * Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-241-0/+5
* | Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-011-1/+2
* | Rename log.deprecation to log_deprecationJohn Keiser2015-09-012-4/+4
* | Pass deprecations through formatter instead of logsJohn Keiser2015-09-012-4/+4
* | Merge pull request #3772 from chef/jdm/dsc-script-ps-credJay Mundrawala2015-08-251-0/+2
|\ \
| * | Add ps_credential dsl method to dsc_scriptJay Mundrawala2015-08-251-0/+2
| |/
* | fix supports hash issues in service providersLamont Granquist2015-08-251-1/+1
|/
* fixes from code reviewLamont Granquist2015-08-201-1/+1
* class namespacingLamont Granquist2015-08-201-1/+1