From 18bcc250513d5159e0dd2c4409185092a3198129 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Sat, 29 Aug 2015 03:45:43 +0000 Subject: [PATCH] minor corrections to make the hpcicluster work --- roles/apache2/templates/default-ssl.j2 | 2 +- roles/karaage3.1.17/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/apache2/templates/default-ssl.j2 b/roles/apache2/templates/default-ssl.j2 index bb54ff7f..8652aed0 100644 --- a/roles/apache2/templates/default-ssl.j2 +++ b/roles/apache2/templates/default-ssl.j2 @@ -51,7 +51,7 @@ # certificate chain for the server certificate. Alternatively # when the CA certificates are directly appended to the server # certificate for convinience. - # SSLCertificateChainFile {{ x509_cert_chain }} + # SSLCertificateChainFile # Certificate Authority (CA): # Set the CA certificate verification path where to find CA diff --git a/roles/karaage3.1.17/tasks/main.yml b/roles/karaage3.1.17/tasks/main.yml index d5b6fb5f..d8657d09 100644 --- a/roles/karaage3.1.17/tasks/main.yml +++ b/roles/karaage3.1.17/tasks/main.yml @@ -1,7 +1,7 @@ --- - name: "Copying the ldap ca cert file" - template: src="files/{{ ldap_TLSCARoot }}" dest="{{ apache_config }}/ssl/certs/ldap_ca.cert.pem" mode=0644 + template: src="files/{{ ldap_TLSCARoot }}" dest="/etc/apache2/ssl/certs/ldap_ca.cert.pem" mode=0644 sudo: true when: apache_cert_file is defined -- GitLab