Class InstallChefGems
java.lang.Object
org.jclouds.scriptbuilder.statements.chef.InstallChefGems
- All Implemented Interfaces:
Statement
Installs Chef gems onto a host.
If you only want to install the Chef client and don't care about the version
of Ruby and Rubygems, use the InstallChefUsingOmnibus
statement
instead.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InstallChefGems
(com.google.common.base.Optional<String> version) -
Method Summary
Modifier and TypeMethodDescriptionstatic InstallChefGems.Builder
builder()
functionDependencies
(OsFamily family)
-
Constructor Details
-
InstallChefGems
-
-
Method Details
-
builder
-
render
-
functionDependencies
- Specified by:
functionDependencies
in interfaceStatement
-