ソースを参照

Change run to wait, to run only on repositories changes

master
Javier Bértoli 8年前
コミット
7c7cd9f9a8
2個のファイルの変更8行の追加5行の削除
  1. +4
    -3
      apt/dist_upgrade.sls
  2. +4
    -2
      apt/update.sls

+ 4
- 3
apt/dist_upgrade.sls ファイルの表示

@@ -1,4 +1,5 @@
apt-get dist-upgrade:
cmd:
- run

cmd.wait:
- watch:
- file: /etc/apt/sources.list
- file: /etc/apt/sources.list.d

+ 4
- 2
apt/update.sls ファイルの表示

@@ -1,3 +1,5 @@
apt-get update:
cmd:
- run
cmd.wait:
- watch:
- file: /etc/apt/sources.list
- file: /etc/apt/sources.list.d

読み込み中…
キャンセル
保存