This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
ExternalMirrors
/
linux-formula
의 미러
https://github.com/salt-formulas/salt-formula-linux
보기
1
좋아요
0
포크
1
코드
이슈
0
릴리즈
8
위키
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…
취소
저장