Package org.jclouds.chef.util
Class RunListBuilder
java.lang.Object
org.jclouds.chef.util.RunListBuilder
builds a run list in the correct syntax for chef.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdd the following recipe to the run listaddRecipes
(String... recipes) Add the following recipes to the run listAdd the following role to the run listAdd the following roles to the run listbuild()
-
Constructor Details
-
RunListBuilder
public RunListBuilder()
-
-
Method Details
-
addRecipe
Add the following recipe to the run list -
addRecipes
Add the following recipes to the run list -
addRole
Add the following role to the run list -
addRoles
Add the following roles to the run list -
build
-