saltstack-formulas / apache-formula

Set up and configure the Apache HTTP server
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
50 stars 285 forks source link

fix(clean): remove entire apache config directory #286

Closed noelmcloughlin closed 3 years ago

noelmcloughlin commented 3 years ago

PR progress checklist (to be filled in by reviewers)


What type of PR is this?

Primary type

Secondary type

Does this PR introduce a BREAKING CHANGE?

No.

Related issues and/or pull requests

Describe the changes you're proposing

Updated apache.config.clean state so apache config directory gets removed.

Without this PR that state leaves residual files on the filesystem.

Succeeded: 16 (changed=8)
Failed:     0
-------------
Total states run:     16
Total run time:    6.504 s

vagrant@ubuntu1804:~$ ls /etc/apache2/
conf-available  conf-enabled  magic  mods-available  mods-enabled  ports.conf  sites-enab

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

Documentation checklist

Testing checklist

Additional context

saltstack-formulas-travis commented 3 years ago

:tada: This PR is included in version 1.0.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: