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):