transition
: Define a transitional state.
Define a transitional state.
The following properties are available in the transition
type.
Valid values: true
, false
Enable or disable this conditional state transition. Valid values are true or false.
Default value: true
The following parameters are available in the transition
type.
The hash of attributes to set on the resource when applying a transitional state. Each hash key must be a valid attribute for the resource being transitioned.
namevar
This parameter does not serve any function beyond setting the resource's name.
An array of resources to check for synchronization. If any of these resources are out of sync (change pending), then this transitional state will be applied. These resources will each be made to autorequire the transitional state.
The specific backend to use for this transition
resource. You will seldom need to specify this --- Puppet will usually
discover the appropriate provider for your platform.
The resource for which a transitional state is being defined. This should be a resource reference (e.g. Service['apache']). This resource will be made to autorequire the transitional state.