3
0

Recommit for updates in build 93

This commit is contained in:
2025-10-28 13:03:36 +01:00
parent 1fb669e853
commit 16501ec716

View File

@@ -152,7 +152,16 @@
54 54
55 55
56 56
57</pre> 57
58
59
60
61
62
63
64
65
66</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>
@@ -186,7 +195,7 @@ class puppet_cd::main::files (
} }
if $pt_use_puppetdb == true { if $pt_use_puppetdb == true {
# puppetdb.conf # puppetdb
file { $pt_puppetdb_conf_file: file { $pt_puppetdb_conf_file:
ensure =&gt; file, ensure =&gt; file,
path =&gt; $pt_puppetdb_conf_file, path =&gt; $pt_puppetdb_conf_file,
@@ -207,6 +216,15 @@ class puppet_cd::main::files (
notify =&gt; Service[$pt_server_service], notify =&gt; Service[$pt_server_service],
} }
} }
if $pt_use_puppetdb != true {
file { $pt_puppetdb_conf_file:
ensure =&gt; absent,
}
file { $pt_routes_file:
ensure =&gt; absent,
}
}
} }
}</pre> }</pre>
</td> </td>