diff --git a/docs/release_notes/0.4.html b/docs/release_notes/0.4.html index c749b55e..43026bf6 100644 --- a/docs/release_notes/0.4.html +++ b/docs/release_notes/0.4.html @@ -125,7 +125,7 @@

Rex

Now you can get information of the servers hardware and configuration.

-

use Rex::Hardware;
+

use Rex::Hardware;
 use Data::Dumper;
desc "Get Hardware Information"; diff --git a/docs/release_notes/0.50.0.html b/docs/release_notes/0.50.0.html index bbe3bf37..051fa83d 100644 --- a/docs/release_notes/0.50.0.html +++ b/docs/release_notes/0.50.0.html @@ -127,7 +127,7 @@

Base

If you need to use a jump-host to connect to your servers, you can now use a proxy command to do so. This feature is only available if you're using the OpenSSH connection model.

-
use Rex -feature => ['0.50'];
+
use Rex -feature => ['0.50'];
 set connection => "OpenSSH";
 proxy_command "ssh user@jumphost nc %h %p 2>/dev/null";    
  • Added a new experimental execution model