使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
linux-formula
镜像自地址
https://github.com/salt-formulas/salt-formula-linux
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
8
百科
动态
浏览代码
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
撰写
预览
正在加载...
取消
保存