summaryrefslogtreecommitdiff
path: root/lib/chef/resource/file.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* test state_for_resource_reporter on file resourceLamont Granquist2015-05-011-1/+1
* create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-011-0/+18