Commit ad2cba8
authored
Fix environment creation from skeleton (#682)
Running `cookiecutter skeleton` fails with:
Unable to create file 'inventory/group_vars/all/alertmanager.yml'
Error message: 'vault_alertmanager_slack_integration_app_creds' is undefined
This is caused by cookiecutter templating which needs to be escaped.
Fix a typo as well.1 parent de26d54 commit ad2cba8
File tree
1 file changed
+2
-2
lines changed- environments/skeleton/{{cookiecutter.environment}}/inventory/group_vars/all
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments