Recommit for updates in build 7

This commit is contained in:
Jenkins Server
2025-06-03 16:17:48 +02:00
parent 60a148c323
commit 1b91e8c190
5 changed files with 42 additions and 6 deletions

View File

@@ -170,7 +170,11 @@
22
23
24
25</pre>
25
26
27
28
29</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 8</span>
@@ -190,6 +194,10 @@ class automatic_cd::params (
# Service
$ac_service = &#39;dnf-automatic.timer&#39;
# Files
$ac_main_config = &#39;/etc/dnf/automatic.conf&#39;
$ac_main_config_erb = &#39;/automatic_cd/automatic.conf.erb&#39;
# includes must be last
include automatic_cd::main::config
}</pre>