AT&T Interactive R&D

 
 

File

The file resource is used to describe a file that should be present on all of the instances.

Usage

   1  has_file(:name => '...') do
   2  	# More options. 
   3  	# This block is optional
   4  end

Options

Example

   1  has_file(:name => '/etc/motd', :content => 'Hey and welcome to your node today!')