Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ExternalMirrors
/
linux-formula
peilaus alkaen
https://github.com/salt-formulas/salt-formula-linux
Tarkkaile
1
Äänestä
0
Fork
1
Koodi
Ongelmat
0
Julkaisut
8
Wiki
Activity
Selaa lähdekoodia
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 vuotta sitten
vanhempi
1c358ecd81
commit
cdf7034a4b
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
+1
-0
linux/system/grub.sls
+ 1
- 0
linux/system/grub.sls
Näytä tiedosto
@@ -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…
Peruuta
Tallenna