recommit for updates in build 28
This commit is contained in:
@@ -103,11 +103,6 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
|
||||||
<span class='object_link'><a href="puppet_classes/cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span>
|
|
||||||
|
|
||||||
</li>
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
@@ -85,13 +85,6 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<li id="object_puppet_classes::cd_alloy::params" class="even">
|
|
||||||
<div class="item">
|
|
||||||
<span class='object_link'><a href="puppet_classes/cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Inherits:</dt>
|
<dt>Inherits:</dt>
|
||||||
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
|
<dd>cd_alloy::params</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Inherits:</dt>
|
<dt>Inherits:</dt>
|
||||||
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
|
<dd>cd_alloy::params</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Inherits:</dt>
|
<dt>Inherits:</dt>
|
||||||
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
|
<dd>cd_alloy::params</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
@@ -107,7 +107,22 @@
|
|||||||
9
|
9
|
||||||
10
|
10
|
||||||
11
|
11
|
||||||
12</pre>
|
12
|
||||||
|
13
|
||||||
|
14
|
||||||
|
15
|
||||||
|
16
|
||||||
|
17
|
||||||
|
18
|
||||||
|
19
|
||||||
|
20
|
||||||
|
21
|
||||||
|
22
|
||||||
|
23
|
||||||
|
24
|
||||||
|
25
|
||||||
|
26
|
||||||
|
27</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
||||||
@@ -118,6 +133,21 @@ class cd_alloy::main::files (
|
|||||||
|
|
||||||
require cd_alloy::main::dirs
|
require cd_alloy::main::dirs
|
||||||
|
|
||||||
|
# Ensure log_targets is always an array
|
||||||
|
$log_targets_array = Array($cd_alloy::params::ay_log_targets, true)
|
||||||
|
|
||||||
|
file { $ay_main_file:
|
||||||
|
ensure => file,
|
||||||
|
owner => 'root',
|
||||||
|
group => 'root',
|
||||||
|
mode => '0644',
|
||||||
|
selrange => s0,
|
||||||
|
selrole => object_r,
|
||||||
|
seltype => etc_t,
|
||||||
|
seluser => system_u,
|
||||||
|
content => template('cd_alloy/config.alloy.erb'),
|
||||||
|
}
|
||||||
|
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Inherits:</dt>
|
<dt>Inherits:</dt>
|
||||||
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
|
<dd>cd_alloy::params</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Inherits:</dt>
|
<dt>Inherits:</dt>
|
||||||
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
|
<dd>cd_alloy::params</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
@@ -107,7 +107,13 @@
|
|||||||
9
|
9
|
||||||
10
|
10
|
||||||
11
|
11
|
||||||
12</pre>
|
12
|
||||||
|
13
|
||||||
|
14
|
||||||
|
15
|
||||||
|
16
|
||||||
|
17
|
||||||
|
18</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/service.pp', line 6</span>
|
||||||
@@ -118,6 +124,12 @@ class cd_alloy::main::service (
|
|||||||
|
|
||||||
require cd_alloy::main::files
|
require cd_alloy::main::files
|
||||||
|
|
||||||
|
service { $ay_service:
|
||||||
|
ensure => running,
|
||||||
|
hasstatus => true,
|
||||||
|
hasrestart => true,
|
||||||
|
enable => true,
|
||||||
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Inherits:</dt>
|
<dt>Inherits:</dt>
|
||||||
<dd><span class='object_link'><a href="cd_alloy_3A_3Aparams.html" title="puppet_classes::cd_alloy::params (puppet_class)">cd_alloy::params</a></span></dd>
|
<dd>cd_alloy::params</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user