revert b4288cd9d3
as ssl should be now ok
This commit is contained in:
parent
53afc0ba6c
commit
c10cf5c31a
1 changed files with 9 additions and 9 deletions
|
@ -104,15 +104,15 @@
|
||||||
notify:
|
notify:
|
||||||
- restart lighttpd
|
- restart lighttpd
|
||||||
|
|
||||||
# - name: copy httpd ssl certificates
|
- name: copy httpd ssl certificates
|
||||||
# action: copy src="{{ puppet_private }}/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
action: copy src="{{ puppet_private }}/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600
|
||||||
# with_items:
|
with_items:
|
||||||
# - coprs-be.fedoraproject.org.key
|
- coprs-be.fedoraproject.org.key
|
||||||
# - coprs-be.fedoraproject.org.crt
|
- coprs-be.fedoraproject.org.crt
|
||||||
# notify:
|
notify:
|
||||||
# - concate ssl certs
|
- concate ssl certs
|
||||||
# tags:
|
tags:
|
||||||
# - config
|
- config
|
||||||
|
|
||||||
# mime default to text/plain and enable dirlisting for indexes
|
# mime default to text/plain and enable dirlisting for indexes
|
||||||
- name: update lighttpd configs
|
- name: update lighttpd configs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue