Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 18, 2024
1 parent e7a69d1 commit bfbbc52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/0.42.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4 id="net::opensshconnectionmode-chenryn">Net::OpenSSH connection mode - chenr

<p>This fixes long standing pull request #70.</p>

<pre><code class="hljs">use Rex -feature =&gt; &#39;<span class="hljs-string">0.42</span>&#39;;
<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; &#39;<span class="hljs-string">0.42</span>&#39;;

set connection =&gt; &#39;<span class="hljs-string">OpenSSH</span>&#39;;

Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/0.50.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2 id="base">Base</h2>

<p>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&#39;re using the <strong>OpenSSH</strong> connection model.</p>

<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">0.50</span>&#39;];
<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">0.50</span>&#39;];
set connection =&gt; &quot;<span class="hljs-string">OpenSSH</span>&quot;;
proxy_command &quot;<span class="hljs-string">ssh user</span><span class="hljs-type">@jumphost</span><span class="hljs-string"> nc </span><span class="hljs-type">%h</span><span class="hljs-string"> </span><span class="hljs-type">%p</span><span class="hljs-string"> 2&gt;/dev/null</span>&quot;; </code></pre></li>
<li><p><strong>Added a new experimental execution model</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/rex_book/the_rex_dsl/using_templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2 id="workingwithatemplate">Working with a template</h2>

<p>Than you can reference on it from within your Rexfile.</p>

<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];
<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];

user &quot;<span class="hljs-string">root</span>&quot;;
key_auth;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2>Events</h2>
<h1>Installing Packages</h1>
<p>Installing packages is easy. You can use the pkg function for this.</p>

<pre><code class="hljs">use Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];
<pre><code class="hljs"><span class="hljs-keyword">use</span> Rex -feature =&gt; [&#39;<span class="hljs-string">1.0</span>&#39;];

user &quot;<span class="hljs-string">root</span>&quot;;
password &quot;<span class="hljs-string">f00b4r</span>&quot;;
Expand Down

0 comments on commit bfbbc52

Please sign in to comment.