Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
salt-formulas
fbk-formulas
sanoid
Commits
53a1cc3a
Commit
53a1cc3a
authored
Aug 06, 2020
by
mvivaldi
Browse files
bugfix
parent
6021523a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sanoid/config/config.sls
View file @
53a1cc3a
...
...
@@ -6,16 +6,15 @@
file.managed:
- contents: |
{% set config = pillar.get('sanoidconfig') %}
{% for dataset in config.dataset %}
[{{dataset.name}}]
{% for name, val in dataset.properties.items() %}
{{name}} = {{val}}
{% endfor %}
[{{dataset.name}}]
{% for name, val in dataset.properties.items() %}
{{name}} = {{val}}
{% endfor %}
{% endfor %}
{% for template in config.template %}
[template_{{template.name}}]
{% for name, val in template.properties.items() %}
{{name}} = {{val}}
{% endfor %}
[template_{{template.name}}]
{% for name, val in template.properties.items() %}
{{name}} = {{val}}
{% endfor %}
{% endfor %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment