Compare commits

..

4 Commits

Author SHA1 Message Date
Jenkins Server
e8351b7dd3 Recommit for updates in build 13 2026-09-07 13:48:19 +02:00
Jenkins Server
256fec2b64 Merge remote-tracking branch 'origin/master' into jenkins-build-13 2026-09-07 13:47:20 +02:00
eefd846f7c OP#672 add fqdnn variable 2026-09-07 13:46:59 +02:00
Jenkins Server
921b332d5a Recommit for updates in build 12 2026-09-07 13:42:16 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -465,7 +465,10 @@
60 60
61 61
62 62
63</pre> 63
64
65
66</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 25</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 25</span>
@@ -497,6 +500,9 @@ class confdroid_alloy::params (
Array $ay_target_contacts = [&#39;nagiosadmin&#39;], Array $ay_target_contacts = [&#39;nagiosadmin&#39;],
) { ) {
# defaults
$fqdn = $facts[&#39;networking&#39;][&#39;fqdn&#39;]
# service # service
$ay_service = &#39;alloy&#39; $ay_service = &#39;alloy&#39;

View File

@@ -49,6 +49,9 @@ class confdroid_alloy::params (
Array $ay_target_contacts = ['nagiosadmin'], Array $ay_target_contacts = ['nagiosadmin'],
) { ) {
# defaults
$fqdn = $facts['networking']['fqdn']
# service # service
$ay_service = 'alloy' $ay_service = 'alloy'