Skip to content

Commit ff5aff2

Browse files
committed
Update sample inventory to inventory v2
The key "nodes" was deprecated in favor of "targets" in later versions of Bolt 1.x, and obsoleted/replaced in Bolt 2.x. Updating docs to be current, valid inventory file sytnax.
1 parent d9d24bf commit ff5aff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: documentation/provision.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Example inventory.yaml Bolt inventory file:
5353
```yaml
5454
---
5555
groups:
56-
- name: pe_nodes
56+
- name: puppet-enterprise-nodes
5757
config:
5858
transport: ssh
5959
ssh:
6060
host-key-check: false
6161
user: centos
6262
run-as: root
6363
tty: true
64-
nodes:
64+
targets:
6565
- pe-xl-core-0.lab1.puppet.vm
6666
- pe-xl-core-1.lab1.puppet.vm
6767
- pe-xl-core-2.lab1.puppet.vm

0 commit comments

Comments
 (0)