このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
ExternalMirrors
/
linux-formula
ミラー元
https://github.com/salt-formulas/salt-formula-linux
ウォッチ
1
スター
0
フォーク
1
コード
課題
0
リリース
8
Wiki
アクティビティ
ソースを参照
Merge "Don't try to update timezone when grain noservices is set"
pull/171/head
mcp-jenkins
6年前
親
dd80ea394b
517a910f29
コミット
b938dde500
1個のファイルの変更
、
4行の追加
、
1行の削除
分割表示
差分情報を表示
+4
-1
linux/system/timezone.sls
+ 4
- 1
linux/system/timezone.sls
ファイルの表示
@@ -5,8 +5,11 @@
{{ system.timezone }}:
timezone.system:
{%- if grains.get('noservices') %}
- onlyif: /bin/false
{%- endif %}
- utc: {{ system.utc }}
{%- endif %}
{%- endif %}
{%- endif %}
書き込み
プレビュー
読み込み中…
キャンセル
保存