Actions
Feature #1107
closedvariables in settings
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
Variables don't work as values for group settings.
If I have:
foo = a
bar = b
red = $foo-$bar
and I reference $red, it is interpreted as $foo-$bar literal.
Updated by Ohad Levy about 12 years ago
- Status changed from New to Feedback
can you provide a bit more context? which kind of settings are we talking about?
Updated by Benjamin Papillon about 11 years ago
- Description updated (diff)
- Status changed from Feedback to Closed
Hello,
Now with Foreman 1.3 you can use ERB templating in parameters. This will solve your needs of variables in Parameters.
Regards,
Benjamin Papillon
Updated by Dominic Cleal about 11 years ago
- Related to Feature #2260: Support dynamic ERB parameters in global and class params added
Actions