Commit b0bf12a8 authored by Rafael Monnerat's avatar Rafael Monnerat

powerdns: Use monitor2-template

  The monitor stack was refactored and this change was missing on this SR.
parent 92c18f87
......@@ -43,7 +43,7 @@ extensions = jinja2.ext.do
extra-context =
# Must match the key id in [switch-softwaretype] which uses this section.
raw software_type RootSoftwareInstance-default
raw template_monitor monitor-template:output
raw template_monitor ${monitor2-template:rendered}
[slap-parameters]
recipe = slapos.cookbook:slapconfiguration
......@@ -52,4 +52,4 @@ partition = $${slap-connection:partition-id}
url = $${slap-connection:server-url}
key = $${slap-connection:key-file}
cert = $${slap-connection:cert-file}
slave-instance-list =
\ No newline at end of file
slave-instance-list =
......@@ -18,7 +18,7 @@ eggs =
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 19116ef08be2e9b5bda5e3e5139e45ac
md5sum = da8be58db4255c07750f7a7583eab3ca
output = ${buildout:directory}/template.cfg
mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment