wcm-io-devops / ansible-conga-aem-dispatcher

Ansible Role conga-aem-dispatcher
Apache License 2.0
1 stars 2 forks source link

WDCONGA-18 Removed .conf file copy from main.yml to enable distributi… #1

Closed tobias-richter closed 7 years ago

tobias-richter commented 7 years ago

…on specific destinations (conf-available for apache and conf.d for RedHat)

@interatom with https://github.com/wcm-io-devops/ansible-conga-aem-dispatcher/commit/befb6a453bc1f6a4608ec768f5f56671c778af09 the debian configuration of the dispatcher was not placed in the correct folder.

What i changed:

  1. Excluded conf.d file copy from common setup process (main.yml)
  2. Debian: .conf files are not copied to "conf-available" and enabled via "a2enconf"
  3. Redhat: .conf files are copied from "conf.d" to "conf.d" (as before but only for RHEL)

This changed was successful tested on RHEL7 and Debian Stretch with Apache 2.4.

interatom commented 7 years ago

Looks good, thanks a lot!