本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ExternalMirrors
/
linux-formula
镜像来自
https://github.com/salt-formulas/salt-formula-linux
關注
1
收藏
0
複製
1
程式碼
問題
0
版本發佈
8
Wiki
活動
瀏覽代碼
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…
取消
儲存