Browse Source
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 years ago
No account linked to committer's email address
1 changed files with
1 additions and
0 deletions
-
linux/system/grub.sls
|
|
|
|
|
|
|
|
- user: 'root' |
|
|
- user: 'root' |
|
|
- owner: 'root' |
|
|
- owner: 'root' |
|
|
- mode: '400' |
|
|
- mode: '400' |
|
|
|
|
|
- replace: false |
|
|
- onlyif: test -f {{ boot_grub_cfg }} |
|
|
- onlyif: test -f {{ boot_grub_cfg }} |
|
|
- require: |
|
|
- require: |
|
|
- cmd: grub_update |
|
|
- cmd: grub_update |