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 28, 2024
1 parent 9cc38c6 commit 2cbd51e
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.11.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2 id="rex">Rex</h2>
<p></p><ul>
<li><p>Added LVM module and added LVM data to inventory.</p>

<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">LVM</span>;</code></pre></li>
<p></p><p></p><pre><code class="hljs">use <span class="hljs-function">Rex::Commands</span>::<span class="hljs-function">LVM</span>;</code></pre></li>
</ul>
task &quot;<span class="hljs-string">lvm</span>&quot;, <span class="hljs-keyword">sub </span>{
<span class="hljs-keyword">my</span> <span class="hljs-type">@physical_devices</span> = pvs;
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes/1.1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h3 id="getservergroupmembership">Get server group membership</h3>

<p>Group membership information for servers are now exposed and can be retrieve directly from the server object with the <code>groups</code> method. It also has an alias called <code>group</code>, but it always returns the list of groups a server is member of:</p>

<pre><code class="hljs">my <span class="hljs-type">@groups</span> = connection-&gt;server-&gt;groups;</code></pre>
<pre><code class="hljs"><span class="hljs-keyword">my</span> <span class="hljs-type">@groups</span> = connection-&gt;server-&gt;groups;</code></pre>

<ul>
<li>this adds a new method to the server objects called group() and fixed - Jan</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h3 id="helloworldresource">Hello World Resource</h3>

<p>The <em>__module__.pm</em> file which creates the resource.</p>

<pre><code class="hljs"><span class="hljs-keyword">package</span> HelloWorld;
<pre><code class="hljs">package HelloWorld;

<span class="hljs-keyword">use</span> <span class="hljs-keyword">strict</span>;
<span class="hljs-keyword">use</span> <span class="hljs-keyword">warnings</span>;
Expand Down

0 comments on commit 2cbd51e

Please sign in to comment.