Actions
Feature #11416
closedAdd the posibility to use facts interpolation in values in the answer file (like hiera)
Status:
Resolved
Priority:
Normal
Assignee:
-
Description
It would be mighty useful if we could use stuff like:
--- url: "http://foobar.%{::domain}"
Updated by Marek Hulán almost 9 years ago
Do you mean for the default answer file before it gets overridden by the actual installer run? I'm not sure how would the detection work if we'd want to keep %{::domain} values even afterwards. And if it's for initial run only, I think it can be already set as default puppet class parameter. Could you maybe share more information about the use case?
Updated by Marek Hulán over 8 years ago
- Status changed from New to Resolved
With hiera support introduced by #14945 I think this is possible today. Please let us know if I misunderstood your request.
Updated by Marek Hulán over 8 years ago
- Related to Feature #14945: Add support for configuring Hiera added
Actions