Class InstallChefUsingOmnibus

java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<Statement>
com.google.common.collect.ForwardingList<Statement>
org.jclouds.scriptbuilder.domain.StatementList
org.jclouds.scriptbuilder.statements.chef.InstallChefUsingOmnibus
All Implemented Interfaces:
Iterable<Statement>, Collection<Statement>, List<Statement>, SequencedCollection<Statement>, AcceptsStatementVisitor, Statement

public class InstallChefUsingOmnibus extends StatementList
Installs the Chef client using the Omnibus installer.

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.

See Also:
  • Field Details

  • Constructor Details

    • InstallChefUsingOmnibus

      public InstallChefUsingOmnibus()
    • InstallChefUsingOmnibus

      public InstallChefUsingOmnibus(String chefVersion)