This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ExternalMirrors
/
linux-formula
镜像来自
https://github.com/salt-formulas/salt-formula-linux
關註
1
收藏
0
複製
1
程式碼
問題管理
0
版本發佈
8
Wiki
Activity
瀏覽代碼
Support defaults in linux.system.config
tags/2016.12
Filip Pytloun
8 年之前
父節點
45236b54cd
當前提交
6c6944604d
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
顯示文件統計
+3
-0
linux/system/config.sls
+ 3
- 0
linux/system/config.sls
查看文件
@@ -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…
取消
儲存