aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/init.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-10 10:44:35 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-10 10:44:35 +0100
commit7b4d5e80ab5bf5d29b38dc617317024373ae1fd0 (patch)
treee7e58920e30f2ce6efeb5de2f7bbfc213935210b /lib/subcommands/init.bash
parentcad506a3d8097d42d116400a26dbe4897d598b81 (diff)
Add data.d
Diffstat (limited to 'lib/subcommands/init.bash')
-rw-r--r--lib/subcommands/init.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subcommands/init.bash b/lib/subcommands/init.bash
index 63eec13..824956e 100644
--- a/lib/subcommands/init.bash
+++ b/lib/subcommands/init.bash
@@ -23,6 +23,7 @@ init_local()
local dirs=(
"$BASHTARD_ETCDIR"
"$BASHTARD_ETCDIR/conf.d"
+ "$BASHTARD_ETCDIR/data.d"
"$BASHTARD_ETCDIR/hosts.d"
"$BASHTARD_ETCDIR/os.d"
"$BASHTARD_ETCDIR/playbooks.d"