This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Support defaults in linux.system.config
tags/2016.12
Filip Pytloun
8 years ago
parent
45236b54cd
commit
6c6944604d
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
+3
-0
linux/system/config.sls
+ 3
- 0
linux/system/config.sls
View File
@@ -21,6 +21,9 @@
- defaults:
pillar: {{ config.pillar|yaml }}
grains: {{ config.get('grains', {}) }}
{%- for key, value in service_config.get('defaults', {}) %}
{{ key }}: {{ value }}
{%- endfor %}
{%- endfor %}
{%- endif %}
Write
Preview
Loading…
Cancel
Save