AT&T Interactive R&D

 
 

Package

The package resources defines a package that must be present on all of the instances

Usage

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

Options

name
The package name. The default provider for your OS will be picked by the dependency resolver

Examples

   1  has_package(:name => 'apache2')