소스 검색

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 년 전
부모
커밋
a9cffb57f0
No account linked to committer's email address
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…
취소
저장