fix some metadata provides
This commit is contained in:
parent
283f2da099
commit
fef8adad20
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ defaults = {
|
||||||
|
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
'nginx/vhosts',
|
'letsencrypt/domains',
|
||||||
)
|
)
|
||||||
def letsencrypt(metadata):
|
def letsencrypt(metadata):
|
||||||
return {
|
return {
|
||||||
|
|
|
@ -118,7 +118,7 @@ defaults = {
|
||||||
|
|
||||||
@metadata_reactor.provides(
|
@metadata_reactor.provides(
|
||||||
'icingaweb2/hostname',
|
'icingaweb2/hostname',
|
||||||
'icingaweb2/resources.ini/icinga_ido/icinga2/password',
|
'icingaweb2/resources.ini/icinga_ido/password',
|
||||||
'icingaweb2/monitoring/commandtransports.ini/icinga2/password',
|
'icingaweb2/monitoring/commandtransports.ini/icinga2/password',
|
||||||
)
|
)
|
||||||
def stuff(metadata):
|
def stuff(metadata):
|
||||||
|
|
Loading…
Reference in a new issue