From 81a87d652610597dbbb402cb63ba549851e1cb08 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 6 Aug 2026 23:14:23 -0400 Subject: [PATCH] Fixed salt and SFM config --- config/minion | 4 ++-- sfm.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/minion b/config/minion index 13934f7..123c5cf 100644 --- a/config/minion +++ b/config/minion @@ -4,8 +4,8 @@ file_client: local # Relative paths resolved from the directory where salt-call is executed file_roots: base: - - ./salt - - ./formulas/* # if vendorizing formulas + - ./states + - ./formulas/* pillar_roots: base: diff --git a/sfm.yaml b/sfm.yaml index 446aeb0..3c7e9ac 100644 --- a/sfm.yaml +++ b/sfm.yaml @@ -4,7 +4,7 @@ formulas_url: https://github.com/saltstack-formulas/ # where to store the new formulas (relative to current directory) -formulas_dir: /srv/salt/formulas +formulas_dir: ./formulas # remove unmanaged formulas purge_formulas: true