cookbook 'gem_specific_install', '= 0.1.1'
gem_specific_install (10) Versions 0.1.1 Follow1
Installs/Configures gem_specific_install
cookbook 'gem_specific_install', '= 0.1.1', :supermarket
knife supermarket install gem_specific_install
knife supermarket download gem_specific_install
gem_specific_install cookbook
Requirements
Cookbooks
- git
- run_action_now
Usage
include_recipe "gem_specific_install"
chef_gem "inifile" do
provider Chef::Provider::Package::Rubygems::SpecificInstall
source "https://github.com/optiflows/inifile.git"
end
include_recipe "gem_specific_install"
gem_package "inifile" do
provider Chef::Provider::Package::Rubygems::SpecificInstall
source "https://github.com/optiflows/inifile.git"
options { :branch => "master}
end
Attributes
Recipes
Author
Author:: Guilhem Lettron (guilhem.lettron@optiflows.com)