public class InstallChefGems extends Object implements Statement
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.
InstallChefUsingOmnibus
,
InstallRuby
,
InstallRubyGems
Modifier and Type | Class and Description |
---|---|
static class |
InstallChefGems.Builder |
Modifier | Constructor and Description |
---|---|
protected |
InstallChefGems(com.google.common.base.Optional<String> version) |
Modifier and Type | Method and Description |
---|---|
static InstallChefGems.Builder |
builder() |
Iterable<String> |
functionDependencies(OsFamily family) |
String |
render(OsFamily family) |
protected InstallChefGems(com.google.common.base.Optional<String> version)
public static InstallChefGems.Builder builder()
public Iterable<String> functionDependencies(OsFamily family)
functionDependencies
in interface Statement
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.