Skip to content

Commit f09d3ae

Browse files
committed
(FM-7878) Final clarifications
1 parent e938e3b commit f09d3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/resource-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ To allow implementors a wide latitude in implementing connection and retry handl
483483
484484
#### Bridging into Puppet
485485
486-
Before the Resource API, remote resources were only supported through the `Puppet::Util::NetworkDevice` namespace. To connect your transport to what Puppet expects, you need to provide a shim `Device` class.
486+
Before the Resource API, remote resources were only supported through the `Puppet::Util::NetworkDevice` namespace. To connect your Transport in a way that Puppet understands, you need to provide a shim `Device` class.
487487
488488
```ruby
489489
# lib/puppet/type/nx9k_vlan.rb
@@ -509,7 +509,7 @@ end
509509
510510
Inheriting from `Puppet::ResourceApi::Transport::Wrapper` ensures that the necessary `Device` methods are implemented using your transport. Specify the transport name in the `super` call to make the connection.
511511
512-
> Note that because of the way the Resource API is bundled with Puppet agent packages, agent versions 6.0 through 6.3 are incompatible with this way of executing remote content. These versions will not be supported after [PE 2019.0 in August 2019](https://puppet.com/misc/puppet-enterprise-lifecycle).
512+
> Note that because of the way the Resource API is bundled with Puppet agent packages, agent versions 6.0 through 6.3 are incompatible with this way of executing remote content. These versions will not be supported after [support for PE 2019.0 ends in August 2019](https://puppet.com/misc/puppet-enterprise-lifecycle).
513513
514514
#### Porting existing code
515515

0 commit comments

Comments
 (0)