From fef8adad209aad2a195db7f4bc6958222bcc5e06 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Tue, 13 Sep 2022 00:40:31 +0200 Subject: [PATCH] fix some metadata provides --- bundles/icinga2/metadata.py | 2 +- bundles/icingaweb2/metadata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/icinga2/metadata.py b/bundles/icinga2/metadata.py index eb20a92..58ef786 100644 --- a/bundles/icinga2/metadata.py +++ b/bundles/icinga2/metadata.py @@ -59,7 +59,7 @@ defaults = { @metadata_reactor.provides( - 'nginx/vhosts', + 'letsencrypt/domains', ) def letsencrypt(metadata): return { diff --git a/bundles/icingaweb2/metadata.py b/bundles/icingaweb2/metadata.py index a0b1909..6ff8618 100644 --- a/bundles/icingaweb2/metadata.py +++ b/bundles/icingaweb2/metadata.py @@ -118,7 +118,7 @@ defaults = { @metadata_reactor.provides( 'icingaweb2/hostname', - 'icingaweb2/resources.ini/icinga_ido/icinga2/password', + 'icingaweb2/resources.ini/icinga_ido/password', 'icingaweb2/monitoring/commandtransports.ini/icinga2/password', ) def stuff(metadata):