diff --git a/vars/Debian.yml b/vars/Debian.yml index 7eb18ec..7ff09c5 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -1,4 +1,5 @@ --- +apache_service: apache2 apache_daemon: apache2 apache_daemon_path: /usr/sbin/ apache_server_root: /etc/apache2 diff --git a/vars/RedHat.yml b/vars/RedHat.yml index 72aa3d2..32f5bd2 100644 --- a/vars/RedHat.yml +++ b/vars/RedHat.yml @@ -1,4 +1,5 @@ --- +apache_service: httpd apache_daemon: httpd apache_daemon_path: /usr/sbin/ apache_server_root: /etc/httpd