This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
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 years ago
parent
1c358ecd81
commit
cdf7034a4b
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
linux/system/grub.sls
+ 1
- 0
linux/system/grub.sls
View File
@@ -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…
Cancel
Save