diff options
author | Luis Cacho <luiscachog@gmail.com> | 2018-03-14 17:24:38 -0500 |
---|---|---|
committer | Luis Cacho <luiscachog@gmail.com> | 2018-03-14 18:37:03 -0500 |
commit | 3e194e169070213c0bcfd007c97222ce318c6556 (patch) | |
tree | a6e7dd569dc55a6e60dbbc75b9dffb6882d479a9 | |
parent | 251ec0cd7f5cb46f84f1ef22e4b79a92f5c9f02d (diff) |
Fix the apache_config_path on Debian.yml vars fileHEADmasterfeature/1.0
By fixing this variable to the correct sites-available path should not
fail on Debian flavored distros.
The change is from this /etc/apache/sites-available to /etc/apache2/sites-available
Change-Id: I8252ee7a2338b679260e8dc4c0296539972d7d35
Notes
Notes (review):
Code-Review+2: David Moreau Simard <dmsimard@redhat.com>
Workflow+1: David Moreau Simard <dmsimard@redhat.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Thu, 15 Mar 2018 00:15:36 +0000
Reviewed-on: https://review.openstack.org/553086
Project: openstack/ansible-role-ara
Branch: refs/heads/master
-rw-r--r-- | vars/Debian.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/Debian.yml b/vars/Debian.yml index 16d313f..340ee4f 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml | |||
@@ -31,4 +31,4 @@ apache_service: apache2 | |||
31 | apache_user: www-data | 31 | apache_user: www-data |
32 | apache_group: www-data | 32 | apache_group: www-data |
33 | apache_log_path: /var/log/apache2 | 33 | apache_log_path: /var/log/apache2 |
34 | apache_config_path: /etc/apache/sites-available | 34 | apache_config_path: /etc/apache2/sites-available |