This website works better with JavaScript.
首頁
探索
說明
註冊
登入
salt
/
linux-formula
複製自
ExternalMirrors/linux-formula
關註
1
收藏
0
複製
0
程式碼
版本發佈
8
Activity
瀏覽代碼
Do not create fs for nfs4
tags/2016.12
Ales Komarek
9 年之前
父節點
32ef59fecc
當前提交
9e861367cf
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
+1
-1
linux/storage/mount.sls
+ 1
- 1
linux/storage/mount.sls
查看文件
@@ -5,7 +5,7 @@
{%- if mount.enabled %}
{%- if not mount.file_system in ['nfs'] %}
{%- if not mount.file_system in ['nfs'
, 'nfs4'
] %}
mkfs_{{ mount.device}}:
cmd.run:
Write
Preview
Loading…
取消
儲存