summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file.rb
Commit message (Expand)AuthorAgeFilesLines
* Update & add resource descriptions for documentation generationTim Smith2020-05-271-1/+1
* Fix whitespace.random-cleanupPete Higgins2020-05-191-7/+7
* Downcase checksums when they come into the system.Pete Higgins2020-05-191-0/+1
* Use a plain type for the ruby_type, move the regex to a validator.Pete Higgins2020-05-191-1/+2
* Improve descriptionsTim Smith2020-05-011-2/+3
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* More resource formatting and wording updatesTim Smith2020-04-291-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* remove redundant identityLamont Granquist2020-04-021-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-1/+3
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-281-0/+1
* lazy procs are instance_exec in the resource alreadyLamont Granquist2019-07-051-2/+2
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
* More distro constant applicationsMarc Chamberland2019-05-231-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-2/+3
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-1/+1
* Remove some default values in descriptionsTim Smith2018-07-251-1/+1
* Remove smart quotesTim Smith2018-07-251-1/+1
* Remove references to a docs sectionTim Smith2018-07-251-1/+1
* Add descriptions to file resourceTim Smith2018-07-251-7/+22
* Updates from the reviewmisc_resourceTim Smith2018-03-041-3/+3
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-1/+2
* Convert node map to last-writer-wins for tiesLamont Granquist2018-01-221-1/+1
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+1
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-1/+1
* Fix a few bad copyrightsTim Smith2016-10-201-1/+1
* add a test for non-utf8 chars in filenames in the file provider (#5335)Lamont Granquist2016-09-161-1/+1
* /etc/hosts needs to be non-atomic on dockerAndrew Brown2016-05-311-1/+1
* Switch to node attributes for docker detectionAndrew Brown2016-05-301-1/+1
* Style fixesAndrew Brown2016-05-301-3/+2
* File atomic update default: false on docker filesAndrew Brown2016-05-301-1/+7
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Fix nil with properties:John Keiser2016-01-271-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* 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