Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keepalived-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
keepalived-formula
Commits
e01cd281
Commit
e01cd281
authored
5 years ago
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
fix(libtofs): “files_switch” mess up the variable exported by “map.jinja” [skip ci]
* Checked using
https://github.com/myii/ssf-formula/pull/131
parent
b75df839
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
keepalived/libtofs.jinja
+2
-2
2 additions, 2 deletions
keepalived/libtofs.jinja
with
2 additions
and
2 deletions
keepalived/libtofs.jinja
+
2
−
2
View file @
e01cd281
...
...
@@ -16,7 +16,7 @@
'<tplroot>:tofs:files_switch' this is the ordered list of grains to
use as selector switch of the directories under
"<path_prefix>/files"
* indent_wi
t
dh: indentation of the result value to conform to YAML
* indent_wid
t
h: indentation of the result value to conform to YAML
* use_subpath: defaults to `False` but if set, lookup the source file
recursively from the current state directory up to `tplroot`
...
...
@@ -82,7 +82,7 @@
) %}
{#- Append an empty value to evaluate as `default` in the loop below #}
{%- if '' not in fsl %}
{%-
do fsl.append(
''
)
%}
{%-
set fsl = fsl + [
''
]
%}
{%- endif %}
{%- for fs in fsl %}
{%- for src_file in src_files %}
...
...
This diff is collapsed.
Click to expand it.
Dennis Ahrens
@ahrensde
mentioned in commit
143ee92d
·
5 years ago
mentioned in commit
143ee92d
mentioned in commit 143ee92d7151e8101d04c0116f917701135e709e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment