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
Copy file name to clipboardExpand all lines: language/resource-api/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -483,7 +483,7 @@ To allow implementors a wide latitude in implementing connection and retry handl
483
483
484
484
#### Bridging into Puppet
485
485
486
-
Before Resource API remote resources were only supported through the `Puppet::Util::NetworkDevice` namespace. To connect your Transport to what puppet expects, a shim `Device` class needs to be provided.
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.
Inheriting from `Puppet::ResourceApi::Transport::Wrapper`will ensure that the necessary `Device` methods will be implemented using your transport. Specify the transport name in the `super` call to make the connection.
510
+
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.
511
511
512
-
> Note that because of the way Resource API is bundled with puppet agent packages, agent versions 6.0 through 6.3 will be incompatible with this way of executing remote content. Those versions go out of commercial support with [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 [PE 2019.0 in August 2019](https://puppet.com/misc/puppet-enterprise-lifecycle).
0 commit comments