Get the filenames to match up with puppet.

This commit is contained in:
Ralph Bean 2014-12-12 17:56:02 +00:00
parent 48cf1e4b61
commit f047cafc8d
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@
src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}} src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}}
owner=root group=root mode=0644 owner=root group=root mode=0644
with_items: with_items:
- start.conf - start-web.conf
- languages.conf - languages.conf
notify: notify:
- restart httpd - restart httpd