我们有以下盐状态,手表是否暗示需要?或者这条规则最好用这种方式编写?
"celery-worker:":
supervisord.running:
- update: True
- watch:
- file: /etc/supervisor/conf.d/celery-worker.conf
- pkg: ingestion
- require:
- file: /etc/supervisor/conf.d/celery-worker.conf
- pkg: ingestion
答案 0 :(得分:2)
您无需再次为文件和pkg指定require
。 watch
暗示也需要。
celery-worker:
supervisord.running:
- update: True
- watch:
- file: /etc/supervisor/conf.d/celery-worker.conf
- pkg: ingestion