From f7bb83bd75ff7c67163edf9901d5ab8def2aa266 Mon Sep 17 00:00:00 2001
From: Georg Pfuetzenreuter
Date: Sun, 22 Jan 2023 14:40:21 +0100
Subject: salt.master: move file_roots to production

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
---
 pillar/role/salt/master.sls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pillar/role/salt')

diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls
index 171491d..7464f8c 100644
--- a/pillar/role/salt/master.sls
+++ b/pillar/role/salt/master.sls
@@ -16,7 +16,7 @@ salt:
       - roots
       - git
     file_roots:
-      base:
+      production:
         - /srv/formulas/salt-formula
     gitfs_root: salt
     gitfs_remotes:
-- 
cgit v1.2.3