Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 27, 2025
1 parent 6308aa0 commit f00fafc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/0.35.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h1 id="general">General</h1>
<p></p><ul>
<li><p>VirtualBox support for Rex::Commands::Virtualization</p>

<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Virtualization</span>;</code></pre></li>
<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Virtualization</span>;</code></pre></li>
</ul>
set virtualization =&gt; &quot;<span class="hljs-string">VBox</span>&quot;;

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 @@ -134,7 +134,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
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h3 id="rexfile-thecode">Rexfile - The code</h3>

<h4 id="loadallrequiredmodules">Load all required modules</h4>

<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;];
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::CMDB</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Test</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Group</span>::<span class="hljs-function">Lookup</span>::<span class="hljs-function">INI</span>;</code></pre>
Expand Down

0 comments on commit f00fafc

Please sign in to comment.