summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cookbook_file.rb
Commit message (Collapse)AuthorAgeFilesLines
* fixing trailing blank lines as wellLamont Granquist2014-07-291-1/+0
|
* OC-10380: add polymorphismLamont Granquist2013-11-111-0/+8
|
* Deprecated methods for cookbook_file provider.sersut2013-05-151-0/+6
|
* locate objects closer to their primary concernsLamont Granquist2013-03-201-1/+1
|
* refactoring of file providersLamont Granquist2013-03-151-79/+4
|
* CHEF-3467: Cookbook file resource permissions not inherited from parent on ↵adamedx2013-01-181-0/+28
| | | | Windows when no rights specified
* [CHEF-3557] fix file security reporting for files on Unixdanielsdeleo2013-01-031-0/+1
| | | | | | | | | | * windows still needs work * directories still need work * needs tests for the case that *only* security metadata is updated (correct content) Conflicts: spec/functional/resource/file_spec.rb
* explicitly include EnforceOwnershipAndPermissions where it's useddanielsdeleo2012-12-181-0/+3
|
* Merge branch '10-stable'Bryan McLellan2012-10-301-3/+0
| | | | | | | | | | | Conflicts: chef-expander/lib/chef/expander/version.rb chef-server-api/lib/chef-server-api/version.rb chef-server-webui/lib/chef-server-webui/version.rb chef-server/lib/chef-server/version.rb chef-solr/lib/chef/solr/version.rb chef/lib/chef/node/attribute.rb lib/chef/node.rb
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+84
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!