feat: Updates project template vars.yml to use local template path in docker container.
This commit is contained in:
@@ -3,23 +3,8 @@
|
|||||||
# Stores variables related to the template directory, which is used
|
# Stores variables related to the template directory, which is used
|
||||||
# to setup projects and store commonly used files.
|
# to setup projects and store commonly used files.
|
||||||
#
|
#
|
||||||
# WARNING: Update the path to where you store your template.
|
|
||||||
#
|
|
||||||
# template:
|
|
||||||
# path: "/path/to/template/dir
|
|
||||||
# vars: "repo_vars"
|
|
||||||
# repo: (optional if using a repo as a template)
|
|
||||||
template:
|
template:
|
||||||
# When using a git repository as a template dir. In general, it's
|
path: /root/.local/share/hpa/template
|
||||||
# probably best to pin to a particular version of the repo template
|
|
||||||
# instead of a branch.
|
|
||||||
#
|
|
||||||
# repo:
|
|
||||||
# url: "https://example.com/repo.git"
|
|
||||||
# version: "main"
|
|
||||||
repo:
|
|
||||||
url: "https://git.housh.dev/hhe/consult-template.git"
|
|
||||||
version: "main"
|
|
||||||
|
|
||||||
author_name: "{{ vault_author_name }}"
|
author_name: "{{ vault_author_name }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user