Merge pull request #47589 from Ch3LL/watch_any_doc

Remove duplicate file id in watch_any doc example
This commit is contained in:
Nicole Thomas 2018-05-10 18:05:59 -04:00 committed by GitHub
commit 4ec63dd041
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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