public class InstallChefUsingOmnibus extends StatementList
This will install an entire ruby distribution with all required gems in a concrete directory so there is no need to manually download or configure any Ruby version or gem.
If you want more control on the Ruby version or the gems being installed, use
the InstallChefGems
statement instead.
InstallChefGems
,
InstallRuby
Modifier and Type | Field and Description |
---|---|
static String |
OMNIBUS_INSTALLER
The URL for the Omnibus installer
|
statements
Constructor and Description |
---|
InstallChefUsingOmnibus() |
InstallChefUsingOmnibus(String chefVersion) |
accept, delegate, functionDependencies, render
add, addAll, equals, get, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
public static final String OMNIBUS_INSTALLER
public InstallChefUsingOmnibus()
public InstallChefUsingOmnibus(String chefVersion)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.