README.md in puppet-resource_api-1.8.1 vs README.md in puppet-resource_api-1.8.2

- old
+ new

@@ -259,9 +259,10 @@ * `path` - reserved as a uri part * `query` - reserved as a uri part * `run-on` - This is used by bolt to determine which target to proxy to. Transports should not rely on this key. * `remote-transport` - This is used to determine which transport to load. It should always be the transport class name "declassified". * `remote-*` Any key starting with `remote-` is reserved for future use. +* `implementations`: reserved by bolt 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. After the device class, transport class and transport schema have been implemented, `puppet device` will be able to use the new provider, and supply it (through the device class) with the URL specified in the [`device.conf`](https://puppet.com/docs/puppet/5.3/config_file_device.html).