From cd940d9b01a08e7423cf7a96c7c3905aa616344a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 28 Feb 2025 06:15:09 +0000 Subject: [PATCH] Site update --- .../cloud_management/manage_your_amazon_ec2_instances.html | 2 +- docs/release_notes/0.50.0.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html b/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html index fe665c95..8ef89f32 100644 --- a/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html +++ b/docs/guides/cloud_management/manage_your_amazon_ec2_instances.html @@ -152,7 +152,7 @@

Creating a Rexfile

Insert the following code in your new Rexfile.

-
use Rex -feature => ['1.0'];
+
use Rex -feature => ['1.0'];
 use Rex::Commands::Cloud;
 
 user "root";
diff --git a/docs/release_notes/0.50.0.html b/docs/release_notes/0.50.0.html
index 10704930..66a736d9 100644
--- a/docs/release_notes/0.50.0.html
+++ b/docs/release_notes/0.50.0.html
@@ -134,7 +134,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