3
0

Recommit for updates in build 29

This commit is contained in:
2025-10-23 21:32:00 +02:00
parent f88ce6b111
commit 4edc0ce073

View File

@@ -161,7 +161,9 @@
63 63
64 64
65 65
66</pre> 66
67
68</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/r10k/webhook.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/r10k/webhook.pp', line 6</span>
@@ -222,6 +224,8 @@ class puppet_cd::r10k::webhook (
# manage service # manage service
service { &#39;r10k-webhook&#39;: service { &#39;r10k-webhook&#39;:
ensure =&gt; &#39;running&#39;, ensure =&gt; &#39;running&#39;,
hasstatus =&gt; true,
hasrestart =&gt; true,
enable =&gt; true, enable =&gt; true,
subscribe =&gt; File[$pt_r10k_hook_service_file], subscribe =&gt; File[$pt_r10k_hook_service_file],
} }