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
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
It seems that list merging and iteration is cleaner when using hashes/dictionaries vs lists (mainly for Ruby/Chef).
Suggest that Calyptos yaml avoids lists wherever possible and replace these with basic key-value dict mappings. I believe this is safer, and allows for flexibility in the future. For example:
This list...
It seems that list merging and iteration is cleaner when using hashes/dictionaries vs lists (mainly for Ruby/Chef).
Suggest that Calyptos yaml avoids lists wherever possible and replace these with basic key-value dict mappings. I believe this is safer, and allows for flexibility in the future. For example:
This list...
Would be something like this...
Or...
The text was updated successfully, but these errors were encountered: