mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47589 from Ch3LL/watch_any_doc
Remove duplicate file id in watch_any doc example
This commit is contained in:
commit
4ec63dd041
1 changed files with 2 additions and 1 deletions
|
@ -410,10 +410,11 @@ exactly like the ``require`` requisite (the watching state will execute if
|
|||
service.running:
|
||||
- watch_any:
|
||||
- file: /etc/apache2/sites-available/site1.conf
|
||||
- file: /etc/apache2/sites-available/site2.conf
|
||||
- file: apache2-site2
|
||||
file.managed:
|
||||
- name: /etc/apache2/sites-available/site1.conf
|
||||
- source: salt://apache2/files/site1.conf
|
||||
apache2-site2:
|
||||
file.managed:
|
||||
- name: /etc/apache2/sites-available/site2.conf
|
||||
- source: salt://apache2/files/site2.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue