Uses of Class
org.jclouds.scriptbuilder.statements.chef.ChefSolo.Builder
Packages that use ChefSolo.Builder
-
Uses of ChefSolo.Builder in org.jclouds.scriptbuilder.statements.chef
Methods in org.jclouds.scriptbuilder.statements.chef that return ChefSolo.BuilderModifier and TypeMethodDescriptionstatic ChefSolo.Builder
ChefSolo.builder()
ChefSolo.Builder.cookbookPath
(String cookbookPath) Directory where Chef Solo will look for cookbooks.ChefSolo.Builder.cookbookPaths
(Iterable<String> cookbookPaths) Directories where Chef Solo will look for cookbooks.ChefSolo.Builder.cookbooksArchiveLocation
(String cookbooksArchiveLocation) Local file path or remote URL of a cookbook tar file.ChefSolo.Builder.dataBagPath
(String dataBagPath) Directory where Chef Solo will store data bags.ChefSolo.Builder.defineDataBag
(DataBag dataBag) Creates a data bag.ChefSolo.Builder.defineDataBags
(Iterable<DataBag> databags) Creates a set of data bags.ChefSolo.Builder.defineRole
(Role role) Creates a role.ChefSolo.Builder.defineRoles
(Iterable<Role> roles) Creates a set of roles.ChefSolo.Builder.fileCachePath
(String fileCachePath) Directory where Chef Solo will store files.The goup to set privilege to.Run chef-client periodically, in seconds.ChefSolo.Builder.jsonAttributes
(String jsonAttributes) JSON attributes to customize cookbook values.Set the log file location, by default STDOUT.Set he Log level (debug, info, warn, error, fatal).Set the name for the node.Directory where Chef Solo will store roles.The run list to be executed in the Chef Solo run.The splay time for running at intervals, in seconds.The user to set privilege to.