Skip to content

Commit

Permalink
Site update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 29, 2025
1 parent 6a17cd3 commit 758bc56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release_notes/0.4.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2 id="rex">Rex</h2>

<p>Now you can get information of the servers hardware and configuration.</p>

<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Hardware</span>;
<p></p><p></p><pre><code class="hljs"><span class="hljs-keyword">use</span> <span class="hljs-function">Rex::Hardware</span>;
<span class="hljs-keyword">use</span> <span class="hljs-function">Data::Dumper</span>;</code></pre></li>
</ul>
desc &quot;<span class="hljs-string">Get Hardware Information</span>&quot;;
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/1.4.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ <h3 id="paramlookup">ParamLookup</h3>

<p><code>param_lookup</code> is a command to manage task parameters.</p>

<pre><code class="hljs"><span class="hljs-keyword">my</span> <span class="hljs-type">$var</span> = param_lookup &quot;<span class="hljs-string">param_name</span>&quot;, &quot;<span class="hljs-string">default_value</span>&quot;;</code></pre>
<pre><code class="hljs">my <span class="hljs-type">$var</span> = param_lookup &quot;<span class="hljs-string">param_name</span>&quot;, &quot;<span class="hljs-string">default_value</span>&quot;;</code></pre>

<p>First param_lookup checks the task parameters for <code>param_name</code>.
If it&#39;s not found, it tries to look it up from CMDB (if CMDB is used).
Expand Down

0 comments on commit 758bc56

Please sign in to comment.