You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code](https://puppet.com/docs/bolt/latest/applying_manifest_blocks.html), with
108
+
code](applying_manifest_blocks.html), with
109
109
the addition that you can apply one or more policies at a time. The Bolt
110
110
commands for applying policies accept a single policy name or a comma-separated
111
111
list of policy names to apply to a list of one or more targets.
@@ -736,8 +736,8 @@ Each `ResourceInstance` has the following attributes:
736
736
| Parameter | Type | Description |
737
737
| --- | --- | --- |
738
738
|`target`| The target that the resource is for. |`Target`|
739
-
|`type`| The [type of the resource](https://puppet.com/docs/puppet/latest/type.html). This can be either the stringified name of the resource type or the actual type itself. For example, both `"file"` and `File` are acceptable. |`Variant[String[1], Type[Resource]]`|
740
-
|`title`| The title, or [namevar](https://puppet.com/docs/puppet/latest/type.html#namevars-and-titles), of the resource. |`String[1]`|
739
+
|`type`| The [type of the resource](/openvox/latest/type.html). This can be either the stringified name of the resource type or the actual type itself. For example, both `"file"` and `File` are acceptable. |`Variant[String[1], Type[Resource]]`|
740
+
|`title`| The title, or [namevar](/openvox/latest/type.html#namevars-and-titles), of the resource. |`String[1]`|
741
741
|`state`| The _observed state_ of the resource. This is the point-in-time state of the resource when it is queried. |`Hash[String[1], Data]`|
742
742
|`desired_state`| The _desired state_ of the resource. This is the state that you want the resource to be in. |`Hash[String[1], Data]`|
743
743
|`events`| Resource events that are generated from reports. |`Array[Hash[String[1], Data]]`|
0 commit comments