Skip to content

Commit 518ec4d

Browse files
committed
add basic kapitan target for fluentd
1 parent 62b9338 commit 518ec4d

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed

inventory/classes/mindwm/common.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

inventory/targets/fluentd.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
classes:
3+
- common
4+
- mindwm
5+
- vim
6+
- tmuxinator
7+
- bash.kapitan
8+
- tmuxinator
9+
- tmuxinator.kapitan
10+
# - tmuxp
11+
12+
parameters:
13+
14+
target_name: fluentd
15+
16+
17+
tmuxinator:
18+
name: ${target_name}
19+
root: ${compiled_dir}
20+
21+
windows:
22+
- shell:
23+
layout: main-vertical
24+
# TODO (@metacoma) move 'pre' section in jsonnet template
25+
pre:
26+
- |
27+
. ${compiled_dir}/functions.bash
28+
panes:
29+
- |

inventory/targets/mindwm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
classes:
22
- common
33
- nushell
4-
- mindwm.common
54
- mindwm.shell
65
- mindwm.context
76
- mindwm.docker.context

0 commit comments

Comments
 (0)