OULibraries / ansible-role-d7

Ansible role to configure OU Libraries Drupal operating environment.
MIT License
2 stars 0 forks source link

Clean subsite config in master site when subsite is removed. #108

Closed lo5an closed 7 years ago

lo5an commented 7 years ago

Subsite config is removed by d7_httpd_conf.sh, which was chosen over direct removal in to maintain the currently minimal coupling between subsite and master. This also fits better with the pattern that a script modifies the path specified as its first argument.

Motivation and Context

Closes #109 by providing a process for removing subsite config from master after subsite is cleaned.

Testing

In progress.