Fix the apache_config_path on Debian.yml vars file

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
This commit is contained in:
Luis Cacho 2018-03-14 17:24:38 -05:00
parent 251ec0cd7f
commit 3e194e1690
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ apache_service: apache2
apache_user: www-data
apache_group: www-data
apache_log_path: /var/log/apache2
apache_config_path: /etc/apache/sites-available
apache_config_path: /etc/apache2/sites-available