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
docs: repoint puppet.com/docs links to OpenVox equivalents (openbolt)
Completes the openbolt portion of the puppet.com link cleanup. These are
all in committed narrative pages; the 9 generated reference pages are
managed upstream and not touched here.
- puppet/* -> /openvox/latest/* (cross-collection), with renames
(puppet_strings -> openvox_strings, release_notes_puppet -> release_notes,
writing_custom_functions -> functions_basics). Several anchors corrected
to the OpenVox page versions, since OpenVox pages use different ids
(e.g. #module-structure, #puppet-lookup, #classes-and-defined-resource-types,
lang_data_abstract#data); anchors with no OpenVox equivalent section
drop to the page (format_report, release_notes, subsystem_catalog_compilation).
- bolt/* -> within-collection relative links (inventory_file -> inventory_files).
- puppetdb/* -> /openvoxdb/latest/*; facter -> /openfact/latest/.
- pdk/* -> /pdk.html, the OpenVox-hosted PDK page (Puppet has moved newer
PDK behind a paywall, so the puppet.com links were partly dead anyway).
- Remove dead Puppet Enterprise references: unlink the PE control-repo tip
in projects.md, and drop the "Puppet Enterprise" entry from the related-
products list in bolt.md.
- Keep the lone puppet_index link in developer_updates.md (a historical
reference to upstream Puppet 7).
Verified: jekyll build passes; every repointed target and anchor resolves
(checked link anchors against target page ids, not just page existence);
git diff --check clean.
Part of #295
Signed-off-by: Michael Harp <mike@mikeharp.com>
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