Skip to content

Commit c1f82bc

Browse files
authored
Merge pull request #165 from puppetlabs/add-another-keyword
Add `implementations` to reserved bolt keywords
2 parents 832453e + 47de6d3 commit c1f82bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ The following keywords are keywords that must not be used by the transport schem
261261
* `run-on` - This is used by bolt to determine which target to proxy to. Transports should not rely on this key.
262262
* `remote-transport` - This is used to determine which transport to load. It should always be the transport class name "declassified".
263263
* `remote-*` Any key starting with `remote-` is reserved for future use.
264+
* `implementations`: reserved by bolt
264265

265266
Note: Currently bolt inventory requires that a name be set for every target and always uses that name as the URI. This means there is no way to specify `host` separately from the host section of the `name` when parsed as a URI.
266267

0 commit comments

Comments
 (0)