Get the filenames to match up with puppet.
This commit is contained in:
parent
48cf1e4b61
commit
f047cafc8d
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue