recommit for updates in build 25
This commit is contained in:
@@ -118,8 +118,7 @@
|
|||||||
20
|
20
|
||||||
21
|
21
|
||||||
22
|
22
|
||||||
23
|
23</pre>
|
||||||
24</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
|
||||||
@@ -133,7 +132,6 @@ class cd_alloy::main::dirs (
|
|||||||
# main config dir
|
# main config dir
|
||||||
file { $ay_main_dir:
|
file { $ay_main_dir:
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
path => $ay_main_dir,
|
|
||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0770',
|
mode => '0770',
|
||||||
|
|||||||
@@ -110,8 +110,7 @@
|
|||||||
12
|
12
|
||||||
13
|
13
|
||||||
14
|
14
|
||||||
15
|
15</pre>
|
||||||
16</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/install.pp', line 6</span>
|
||||||
@@ -122,10 +121,9 @@ class cd_alloy::main::install (
|
|||||||
|
|
||||||
require cd_alloy::main::yumrepo
|
require cd_alloy::main::yumrepo
|
||||||
|
|
||||||
package {$repackages:
|
package { $repackages:
|
||||||
ensure => $pkg_ensure,
|
ensure => $pkg_ensure,
|
||||||
}
|
}
|
||||||
|
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -83,7 +83,8 @@
|
|||||||
<div class="docstring">
|
<div class="docstring">
|
||||||
<div class="discussion">
|
<div class="discussion">
|
||||||
|
|
||||||
<p>Module name: cd_alloy Author: Arne Teuke (arne_teuke@confdroid.com)</p>
|
<p>cd_alloy::main::service.pp Module name: cd_alloy Author: Arne Teuke
|
||||||
|
(arne_teuke@confdroid.com)</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,16 +101,16 @@
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
5
|
|
||||||
6
|
6
|
||||||
7
|
7
|
||||||
8
|
8
|
||||||
9
|
9
|
||||||
10
|
10
|
||||||
11</pre>
|
11
|
||||||
|
12</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 5</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 6</span>
|
||||||
|
|
||||||
class cd_alloy::main::service (
|
class cd_alloy::main::service (
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user