Thou shall close quotes

This commit is contained in:
Pierre-Yves Chibon 2014-12-07 19:34:02 +01:00
parent 4039995063
commit 3507ddb5b5

View file

@ -188,7 +188,7 @@
- config
- name: install totpcgi key and cert
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}"
owner=fas group=fas mode=0400
with_items:
- {file: 2fa-certs/keys/fas-all.stg.phx2.fedoraproject.org.key, dest: /etc/pki/tls/private/totpcgi-server.key }
@ -198,7 +198,7 @@
- config
- name: install totpcgi key and cert
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}
copy: src="{{ puppet_private }}/{{ item.file }}" dest="{{ item.dest }}"
owner=fas group=fas mode=0400
with_items:
- {file: 2fa-certs/keys/fas-all.phx2.fedoraproject.org.key, dest: /etc/pki/tls/private/totpcgi-server.key }