You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently did a refactoring of this formula but did not add that code.
The file.absent state already existed in debian_full.sls file. If it is a bug and debian_full state is not doing anything useful - please consider raising a PR to remove that line from apache.config.init.sls and apache.config.clean files.
I do not know what òwn_default_vhostanddebian_full` states are for. If they are useful then updating the README to explain why would help. Since these are tiny PRs I hope you could contribute. thanks.
Here are the original lines before my last refactor PR.
When I use apache or apache.config state on Debian system, each run had some modified files :
/etc/apache2/sites-available/000-default.conf
apache.config.own_default_vhost produce
Name: /etc/apache2/sites-available/000-default.conf - Function: file.managed - Result: Changed
and apache.config.debian_full produce :
Name: /etc/apache2/sites-available/000-default.conf - Function: file.absent - Result: Changed
Have I missed some pillars to block this double change or is that a bug in this formula?
Regards
The text was updated successfully, but these errors were encountered: