summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* deal with 0.37.2 renamed copsLamont Granquist2016-02-183-3/+3
* Merge pull request #4111 from mikedodge04/launchdPhil Dibowitz2016-02-171-0/+104
|\
| * bundle exec chefstyle -aMike Dodge2016-02-151-6/+6
| * made requested changesMike Dodge2016-02-151-365/+63
| * fixed rebaseMike Dodge2016-02-151-1/+1
| * added specsMike Dodge2016-02-151-6/+10
| * launchdMike Dodge2016-02-151-0/+402
* | test that splitting a string on commas DTRTtm/split_group_membersThom May2016-02-161-2/+2
* | [chef/4294] group: split #members/#excluded_members on commasThom May2016-02-161-2/+2
|/
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-2/+2
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-092-2/+2
* auto fixing some rubocopsLamont Granquist2016-02-092-2/+2
* autofixing whitespace copsLamont Granquist2016-02-0551-309/+306
* Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-021-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0248-66/+66
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0244-44/+44
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0273-76/+76
* Make chef_gem.gem_binary use correct default valuejk/nil-for-realsJohn Keiser2016-01-271-1/+1
* Fix nil with properties:John Keiser2016-01-272-3/+3
* respond to review commentsThom May2016-01-221-1/+0
* Add periodic action as the defaultThom May2016-01-201-2/+4
* Add an apt_update resourceThom May2016-01-201-0/+32
* Use double quotes by defaultThom May2016-01-1467-139/+139
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-1332-216/+216
* 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