3
0

recommit for updates in build 60

This commit is contained in:
2025-02-26 22:00:39 +01:00
parent 8b9822264e
commit 10851b1b8d
2 changed files with 6 additions and 8 deletions

View File

@@ -105,9 +105,7 @@
7
8
9
10
11
12</pre>
10</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/config.pp', line 6</span>
@@ -115,9 +113,7 @@
class puppet_cd::main::config (
) inherits puppet_cd::params {
if $fqdn == $pt_pm_fqdn {
include puppet_cd::server::service
}
include puppet_cd::server::service
}</pre>
</td>
</tr>

View File

@@ -141,7 +141,8 @@
43
44
45
46</pre>
46
47</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -158,7 +159,7 @@ class puppet_cd::main::files (
owner =&gt; &#39;root&#39;,
group =&gt; &#39;root&#39;,
mode =&gt; &#39;0644&#39;,
content =&gt; template($pt_agent_conf_erb),
content =&gt; template($pt_puppet_conf_erb),
notify =&gt; Service[$pt_agent_service],
}
}
@@ -176,6 +177,7 @@ class puppet_cd::main::files (
}
if $pt_use_puppetdb == true {
file { $pt_puppetdb_conf_file:
ensure =&gt; filet,
path =&gt; $pt_puppetdb_conf_file,