-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add set definition from Hiera #24
Comments
|
I could implement this but I'd personally actually do the opposite. I'd remove |
|
Since the language has loops and the splat operator, this is the way to go. Also how can they create resource with |
|
Ok by me. Will wait until the patch queue clears out a bit to send something. |
Currently, rules can be defined in Hiera. This is very good.
The same should be done for sets, for symmetry purposes and to be able to define in Hiera rules that depend on sets.
It seems that the following addition to
init.ppshould be enough:The text was updated successfully, but these errors were encountered: