aboutsummaryrefslogtreecommitdiff
path: root/lib/util/config.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/config.bash')
-rw-r--r--lib/util/config.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/config.bash b/lib/util/config.bash
index ff8b66a..c114742 100644
--- a/lib/util/config.bash
+++ b/lib/util/config.bash
@@ -34,8 +34,8 @@ config_for() {
then
debug "bashtard/config_for" "BASHTARD_PLAYBOOK=$BASHTARD_PLAYBOOK, adding etc entries"
files+=(
- "$BASHTARD_ETCDIR/playbooks.d/$BASHTARD_PLAYBOOK/etc/os.d/${BASHTARD_PLATFORM[key]}"
- "$BASHTARD_ETCDIR/playbooks.d/$BASHTARD_PLAYBOOK/etc/defaults"
+ "$(playbook_path "base")/etc/os.d/${BASHTARD_PLATFORM[key]}"
+ "$(playbook_path "base")/etc/defaults"
)
fi