You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of #427 which was closed 2 years ago. There are valid use cases for interpolating facter values in hiera to keep a separation of code and data while using the real hiera data as that can test not just code, but data.
My particular use is:
# This assumes the DHCP server is also the PXE server
dhcpd::pxeserver: "%{::networking.ip}"
The fact that right now it is just an assumption is exactly why it is in hiera as opposed to just doing a fact lookup in the manifest.
The text was updated successfully, but these errors were encountered:
This is a duplicate of #427 which was closed 2 years ago. There are valid use cases for interpolating facter values in hiera to keep a separation of code and data while using the real hiera data as that can test not just code, but data.
My particular use is:
The fact that right now it is just an assumption is exactly why it is in hiera as opposed to just doing a fact lookup in the manifest.
The text was updated successfully, but these errors were encountered: