Skip to content

Commit 632133d

Browse files
author
github-actions
committed
Site update
1 parent 9e24e9e commit 632133d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/release_notes/0.10.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h2 id="rex">Rex</h2>
135135
<p></p><ul>
136136
<li><p>Added a network module</p>
137137

138-
<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">Network</span>;</code></pre></li>
138+
<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">Network</span>;</code></pre></li>
139139
</ul>
140140
<span class="hljs-keyword">my</span> <span class="hljs-type">@routes</span> = route;
141141
<span class="hljs-function">print</span> Dumper( \<span class="hljs-type">@routes</span> );

docs/release_notes/0.42.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h4 id="net::opensshconnectionmode-chenryn">Net::OpenSSH connection mode - chenr
140140

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

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

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

docs/release_notes/0.54.3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h4 id="path_map-variablepathmapping">path_map - variable path mapping</h4>
140140

141141
<p>path_map is a new feature developed by Erik Huelsmann to ease the management of files for different hosts. In the past, if you wanted to upload a file (for example /etc/security/access.conf) to your servers and wanted to have different access.conf files per environment, or for a special host, you had to build this logic by yourself. With the <em>path_map</em> feature you only have to define the lookup path and Rex is doing this for you.</p>
142142

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

145145
set path_map =&gt; {
146146
&quot;<span class="hljs-string">files/</span>&quot; =&gt; [

docs/rex_book/working_with_files_and_packages/installing_packages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>Events</h2>
133133
<h1>Installing Packages</h1>
134134
<p>Installing packages is easy. You can use the pkg function for this.</p>
135135

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

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

0 commit comments

Comments
 (0)