Custom hiera in Katello 3.4 deployment

Hey,

I have Katello 3.4 and I created this file:

/etc/foreman-installer/custom-hiera.yaml


··· ---
dns::zones:
  home.lan:
    soa: winter.home.lan
    soaip: 192.168.99.1
    contact: hostmaster.home.lan.

After re-running the installer (in dry mode) nothing really happens. This is already configured system, is there anything I need to do in order to add this zone?

Thanks

--
Later,
  Lukas @lzap Zapletal
That depends on 88d31627716da45696a0628a892c83dc10ebfc86[1] which was included in theforeman-dns 5.0.1. Foreman 1.15 only includes 3.0.1 so it needs a backport. I don't think we'll be doing more of those for upstream but I can do it downstream.

[1]: https://github.com/theforeman/puppet-dns/commit/88d31627716da45696a0628a892c83dc10ebfc86

··· On Thu, Dec 07, 2017 at 04:16:14PM +0100, Lukas Zapletal wrote:
I have Katello 3.4 and I created this file:

/etc/foreman-installer/custom-hiera.yaml

---
dns::zones:
home.lan:
soa: winter.home.lan
soaip: 192.168.99.1
contact: hostmaster.home.lan.

After re-running the installer (in dry mode) nothing really happens.
This is already configured system, is there anything I need to do in
order to add this zone?