We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34713a4 commit c9a2c0aCopy full SHA for c9a2c0a
src/commands/setup/.foam/templates/host.md
@@ -16,6 +16,11 @@ foam_template:
16
is_dc: false
17
ip: 10.10.10.10
18
alias: ["${1:$TM_FILENAME_BASE}"] # if is DC, please set the dc hostname as the first alias, such as ["dc01.example.com"]
19
+ is_current: false
20
+ is_current_dc: false
21
+ props:
22
+ key: value
23
+ ENV_KEY: exported_in_env
24
```
25
26
```zsh
src/commands/setup/.foam/templates/user.md
@@ -17,6 +17,10 @@ foam_template:
user: ${FOAM_TITLE/@(\S*)$//}
password: pass
nt_hash: fffffffffffffffffffffffffffffffffff
0 commit comments