瀏覽代碼

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 年之前
父節點
當前提交
cdf7034a4b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +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

Loading…
取消
儲存