diff --git a/docs/release_notes/0.42.html b/docs/release_notes/0.42.html index f59d6f9b..c1a02b1f 100644 --- a/docs/release_notes/0.42.html +++ b/docs/release_notes/0.42.html @@ -128,7 +128,7 @@

Net::OpenSSH connection mode - chenr

This fixes long standing pull request #70.

-
use Rex -feature => '0.42';
+
use Rex -feature => '0.42';
 
 set connection => 'OpenSSH';
 
diff --git a/docs/release_notes/0.50.0.html b/docs/release_notes/0.50.0.html
index 051fa83d..bbe3bf37 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

    diff --git a/docs/rex_book/the_rex_dsl/using_templates.html b/docs/rex_book/the_rex_dsl/using_templates.html index b7f9030a..78e2eaa1 100644 --- a/docs/rex_book/the_rex_dsl/using_templates.html +++ b/docs/rex_book/the_rex_dsl/using_templates.html @@ -162,7 +162,7 @@

    Working with a template

    Than you can reference on it from within your Rexfile.

    -
    use Rex -feature => ['1.0'];
    +
    use Rex -feature => ['1.0'];
     
     user "root";
     key_auth;
    diff --git a/docs/rex_book/working_with_files_and_packages/installing_packages.html b/docs/rex_book/working_with_files_and_packages/installing_packages.html
    index aeaa4426..2dd00261 100644
    --- a/docs/rex_book/working_with_files_and_packages/installing_packages.html
    +++ b/docs/rex_book/working_with_files_and_packages/installing_packages.html
    @@ -121,7 +121,7 @@ 

    Events

    Installing Packages

    Installing packages is easy. You can use the pkg function for this.

    -
    use Rex -feature => ['1.0'];
    +
    use Rex -feature => ['1.0'];
     
     user "root";
     password "f00b4r";