Explorar el Código

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 hace 6 años
padre
commit
a9cffb57f0
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      linux/system/grub.sls

+ 1
- 0
linux/system/grub.sls Ver fichero

@@ -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

Cargando…
Cancelar
Guardar