このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ExternalMirrors
/
linux-formula
ミラー元
https://github.com/salt-formulas/salt-formula-linux
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
リリース
8
Wiki
アクティビティ
ソースを参照
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
書き込み
プレビュー
読み込み中…
キャンセル
保存