mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-22 01:27:42 +02:00
Improve limitations related to git.latest in salt.formulas (#239)
* Ensure options for formulas `git.latest` are also based on defaults * Prevent erroneous remote tracking branch modification by `salt.formulas` #238 * Allow multiple envs to use the same gitdir for `salt.formulas` * Ensure `gitdir` original branch is checked out after formulas `git.latest` * Fix erroneous comment re: merging in `salt` pillar
This commit is contained in:
@@ -351,6 +351,9 @@ salt_formulas:
|
||||
user: root
|
||||
group: root
|
||||
mode: 755
|
||||
# Explicitly checkout the original branch for repos after the
|
||||
# git.latest states have been processed (False by default)
|
||||
checkout_orig_branch: False
|
||||
# List of formulas to enable in each environment
|
||||
list:
|
||||
base:
|
||||
|
||||
Reference in New Issue
Block a user