You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@gizahNL A few things are going on here, which would take time to describe in full. Are you able to connect to the Formulas channel via. Slack, Matrix, Telegram or IRC (libera.chat)? You can see the links for the first three at the top of this page:
If you use master_config_use_TOFS: true, then the whole master section is ignored, since you are managing the master configuration file using TOFS. That also means adding formulas yourself to the TOFS-based override templates.
If you set master_config_use_TOFS: false, you'll find that the template updates the file_roots when running the salt.master state (note, not the salt.formulas state). But if you've been using TOFS, this may change your existing files, so try it out with test=True first.
There's more, but that would be easier to cover in the Formulas chat, if you can get there.
Your setup
Formula commit hash / release tag
Formula commit 5f62905
salt-master/minion: 3004
Versions reports (master & minion)
Pillar / config used
pillar:
pillar formulas sls:
sls topfile:
Bug details
Describe the bug
Formulas get cloned, but their location does not get written out into the master config.
Steps to reproduce the bug
write simple configuration containing formulas, apply via highstate also containing salt.master, see salt-master file_roots not getting updated.
Expected behaviour
file_roots getting updated
The text was updated successfully, but these errors were encountered: