Class Chef::Provider::File
In: lib/chef/provider/file.rb
Parent: Chef::Provider

Methods

Included Modules

Chef::Mixin::Checksum

Public Instance methods

Compare the content of a file. Returns true if they are the same, false if they are not.

Compares the group of a file. Returns true if they are the same, false if they are not.

Compare the ownership of a file. Returns true if they are the same, false if they are not.

Set the content of the file, assuming it is not set correctly already.

Set the ownership on the file, assuming it is not set correctly already.

[Validate]