Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ExternalMirrors
/
linux-formula
espelhamento de
https://github.com/salt-formulas/salt-formula-linux
Observar
1
Favorito
0
Fork
1
Código
Issues
0
Versões
8
Wiki
Atividade
Ver código fonte
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 anos atrás
pai
1c358ecd81
commit
cdf7034a4b
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-0
linux/system/grub.sls
+ 1
- 0
linux/system/grub.sls
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar