ChefBootstrapConfiguration object

Farm Role bootstrap configuration. Please note that this configuration is available only for Roles configured with Chef built-in automation.

Polymorphism

ChefBootstrapConfiguration is a type that implements the BootstrapConfiguration type.

When an object of type BootstrapConfiguration is expected, you can use one of type ChefBootstrapConfiguration (or use any other implementation).

Abstract Type

ChefBootstrapConfiguration is an abstract type. When an object of type ChefBootstrapConfiguration is expected, you must pass an object of one of the following types:

Properties

property attributes valid values description filter option
type
string
required
"ChefBootstrapConfiguration"

Bootstrap configuration type.

scope
string
read-only
"scalr"
"account"
"environment"
"farm"
"farmrole"
"role"
"server"
attributes
string
optional

The attributes are specific details about a node.

enabled
boolean
optional
runList
string
optional

A list of Chef recipes / roles which is applied. It defines all information necessary for Chef to configure a node.

template
string
optional

A cookbook template is an Embedded Ruby template that is used to dynamically generate static text files.