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(config): re-establish FreeBSD support #389

Open alxwr opened 5 months ago

alxwr commented 5 months ago

adhere to the FreeBSD defaults

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

Change some details so the formula works on FreeBSD (again).

Pillar / config required to test the proposed changes

Debug log showing how the proposed changes work

% salt --state-output=changes --state-verbose=False 'host.test' state.apply apache.config test=True              
host.test:

Summary for host.test
-------------
Succeeded: 21
Failed:     0
-------------
Total states run:     21
Total run time:  380.833 ms

Documentation checklist

Testing checklist

Additional context