瀏覽代碼
Merge pull request #178 from FHE3/fix-system-grub
Fix issue #177. In system/grub.sls we manage owner and permissions bu…
pull/180/head
Filip Pytloun
6 年之前
No account linked to committer's email address
共有
1 個文件被更改,包括
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 |