fix pillar error

This commit is contained in:
Peter Hormanns 2020-05-28 14:43:55 +02:00
parent 150ab7bc4d
commit ceae773f49

View File

@ -152,7 +152,7 @@ public class JsonPillarServlet extends HttpServlet {
for (final SelectableValue val : domainOptionValues.get()) {
final String optName = val.getName();
final Boolean optValue = domainOpts.get(optName);
if ("letsencrypt".equals(domName)) {
if ("letsencrypt".equals(optName)) {
dnsZones.put(domName, optValue);
}
if (firstLoopOpts) {