1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-07 00:30:47 +03:00
nickel/examples/merge
2021-04-28 18:37:11 +02:00
..
main.ncl Put each example in its own directory with a README 2021-04-28 18:37:11 +02:00
README.md Put each example in its own directory with a README 2021-04-28 18:37:11 +02:00
security.ncl Put each example in its own directory with a README 2021-04-28 18:37:11 +02:00
server.ncl Put each example in its own directory with a README 2021-04-28 18:37:11 +02:00

Merge

This example shows how to merge separate modules into one configuration. The code to run lies in main.ncl. The default value firewall.enabled defined in security.ncl is overwritten in the final config.

Run

$ nickel -f main.ncl export