Class InstallChefGems
- java.lang.Object
-
- org.jclouds.scriptbuilder.statements.chef.InstallChefGems
-
- All Implemented Interfaces:
Statement
public class InstallChefGems extends Object implements 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:
InstallChefUsingOmnibus
,InstallRuby
,InstallRubyGems
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstallChefGems.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
InstallChefGems(com.google.common.base.Optional<String> version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstallChefGems.Builder
builder()
Iterable<String>
functionDependencies(OsFamily family)
String
render(OsFamily family)
-
-
-
Constructor Detail
-
InstallChefGems
protected InstallChefGems(com.google.common.base.Optional<String> version)
-
-
Method Detail
-
builder
public static InstallChefGems.Builder builder()
-
functionDependencies
public Iterable<String> functionDependencies(OsFamily family)
- Specified by:
functionDependencies
in interfaceStatement
-
-