This website works better with JavaScript.
首頁
探索
說明
註冊
登入
ExternalMirrors
/
linux-formula
镜像来自
https://github.com/salt-formulas/salt-formula-linux
關註
1
收藏
0
複製
1
程式碼
問題管理
0
版本發佈
8
Wiki
Activity
瀏覽代碼
Fix issue
#177
. In system/grub.sls we manage owner and permissions but not manage file content. In this case we need to add replace: false.
pull/178/head
Nick Metz
6 年之前
父節點
1c358ecd81
當前提交
cdf7034a4b
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
顯示文件統計
+1
-0
linux/system/grub.sls
+ 1
- 0
linux/system/grub.sls
查看文件
@@ -35,6 +35,7 @@ grub_cfg_permissions:
- user: 'root'
- owner: 'root'
- mode: '400'
- replace: false
- onlyif: test -f {{ boot_grub_cfg }}
- require:
- cmd: grub_update
Write
Preview
Loading…
取消
儲存