Dafydd Jones
602dd57896
chore(commitlint): add `{body,footer,header}-max(-line)-length` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/265
4 lat temu
Imran Iqbal
cecf1d9810
chore(gemfile+lock): update to latest gem versions (2020-W41) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/263
4 lat temu
Imran Iqbal
7dc0ece4f5
chore: standardise structure [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/264
4 lat temu
semantic-release-bot
5ef7662176
chore(release): 1.0.0 [skip ci]
# [1.0.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.41.1...v1.0.0 ) (2020-10-05)
### Code Refactoring
* **formula:** align to template-formula & improve ci features ([47818fc
](47818fc360
))
### Continuous Integration
* **pre-commit:** add to formula [skip ci] ([5532ed7
](5532ed7a5b
))
* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([233111a
](233111af11
))
### BREAKING CHANGES
* **formula:** 'apache.sls' converted to new style 'init.ssl'
* **formula:** "logrotate.sls" became "config/logrotate.sls"
* **formula:** "debian_full.sls" became "config/debian_full.sls"
* **formula:** "flags.sls" became "config/flags.sls"
* **formula:** "manage_security" became "config/manage_security.sls"
* **formula:** "mod_*.sls" became "config/mod_*.sls"
* **formula:** "no_default_host.sls" became "config/no_default_host.sls"
* **formula:** "own_default_host.sls" became "config/own_default_host.sls"
* **formula:** "register_site.sls" became "config/register_site.sls"
* **formula:** "server_status.sls" became "config/server_status.sls"
* **formula:** "vhosts/" became "config/vhosts/"
* **formula:** "mod_security/" became "config/mod_security/"
NOT-BREAKING CHANGE: 'config.sls' became 'config/init.sls'
NOT-BREAKING CHANGE: 'uninstall.sls' symlinked to 'clean.sls'
4 lat temu
N
90432892d3
Merge pull request #283 from noelmcloughlin/refactor
refactor(formula): align to template-formula & improve ci
4 lat temu
noelmcloughlin
47818fc360
refactor(formula): align to template-formula & improve ci features
FEATURE: Archlinux support
FEATURE: Windows support
FEATURE: Enhanced CI/CD
FEATURE: modular states
BREAKING CHANGE: 'apache.sls' converted to new style 'init.ssl'
BREAKING CHANGE: "logrotate.sls" became "config/logrotate.sls"
BREAKING CHANGE: "debian_full.sls" became "config/debian_full.sls"
BREAKING CHANGE: "flags.sls" became "config/flags.sls"
BREAKING CHANGE: "manage_security" became "config/manage_security.sls"
BREAKING CHANGE: "mod_*.sls" became "config/mod_*.sls"
BREAKING CHANGE: "no_default_host.sls" became "config/no_default_host.sls"
BREAKING CHANGE: "own_default_host.sls" became "config/own_default_host.sls"
BREAKING CHANGE: "register_site.sls" became "config/register_site.sls"
BREAKING CHANGE: "server_status.sls" became "config/server_status.sls"
BREAKING CHANGE: "vhosts/" became "config/vhosts/"
BREAKING CHANGE: "mod_security/" became "config/mod_security/"
NOT-BREAKING CHANGE: 'config.sls' became 'config/init.sls'
NOT-BREAKING CHANGE: 'uninstall.sls' symlinked to 'clean.sls'
4 lat temu
Imran Iqbal
233111af11
ci(pre-commit): enable/disable `rstcheck` as relevant [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/262
4 lat temu
Dafydd Jones
5532ed7a5b
ci(pre-commit): add to formula [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/259
4 lat temu
semantic-release-bot
fa93df9f4b
chore(release): 0.41.1 [skip ci]
## [0.41.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.41.0...v0.41.1 ) (2020-07-20)
### Bug Fixes
* **server-status:** enable module in Debian family ([632802a
](632802a5a9
))
* **server-status:** manage module in debian ([eafa419
](eafa4196d9
))
### Tests
* **default+modules:** add modules' tests suite ([b253625
](b25362535a
))
4 lat temu
Imran Iqbal
cb47ee30bf
Merge pull request #280 from netmanagers/master
fix(server-status): enable module in debian if `server_status_require…
4 lat temu
Javier Bértoli
632802a5a9
fix(server-status): enable module in Debian family
4 lat temu
Javier Bértoli
b25362535a
test(default+modules): add modules' tests suite
4 lat temu
Javier Bértoli
eafa4196d9
fix(server-status): manage module in debian
4 lat temu
semantic-release-bot
3adbbcbe0c
chore(release): 0.41.0 [skip ci]
# [0.41.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.40.0...v0.41.0 ) (2020-07-16)
### Features
* **vhosts/standard:** add support for ScriptAlias in standard vhost ([b88b437
](b88b437308
))
4 lat temu
Imran Iqbal
5a186de875
Merge pull request #282 from bawuenet/script_alias
feat: Add support for ScriptAlias in standard vhost
4 lat temu
semantic-release-bot
0b61124520
chore(release): 0.40.0 [skip ci]
# [0.40.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.5...v0.40.0 ) (2020-07-16)
### Features
* **redhat/apache-2.x.config.jinja:** allow override of default_charset ([648f589
](648f589cc3
))
4 lat temu
Andreas Thienemann
b88b437308
feat(vhosts/standard): add support for ScriptAlias in standard vhost
The standard vhost currently handles a regular Alias configuration
statement, but not the related ScriptAlias.
Add this.
4 lat temu
Andreas Thienemann
648f589cc3
feat(redhat/apache-2.x.config.jinja): allow override of default_charset
The current Red Hat config allows to set DefaultCharset to a value.
In certain situations it is necessary to leave it unconfigured thouguh.
Make the content optional, if the value of apache.default_charset is None,
the item is skipped. Otherwise it defaults to UTF-8.
4 lat temu
Imran Iqbal
78bd21ad62
chore(gemfile.lock): update to latest gem versions (2020-W27) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/235
4 lat temu
Imran Iqbal
a61e818af2
chore(gemfile.lock): update to latest gem versions (2020-W26) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/233
4 lat temu
semantic-release-bot
6cd65b4523
chore(release): 0.39.5 [skip ci]
## [0.39.5](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.4...v0.39.5 ) (2020-06-21)
### Bug Fixes
* **vhosts/cleanup:** check `sites-enabled` dir exists before listing it ([88373e3
](88373e38f5
)), closes [#278 ](https://github.com/saltstack-formulas/apache-formula/issues/278 )
### Continuous Integration
* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([61b903e
](61b903e780
))
* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([6895fb9
](6895fb9764
))
* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([16bb1b0
](16bb1b06e3
))
* **travis:** add notifications => zulip [skip ci] ([2417a75
](2417a75fe2
))
* **workflows/commitlint:** add to repo [skip ci] ([2ce966d
](2ce966d031
))
4 lat temu
Yoda-BZH
88373e38f5
fix(vhosts/cleanup): check `sites-enabled` dir exists before listing it
Co-authored-by: Tristan Charbonneau <tcharbonneau@oceanet-technology.com>
Fix #278
4 lat temu
Imran Iqbal
7dacabcd67
chore(gemfile.lock): update to latest gem versions (2020-W25) [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/229
4 lat temu
Imran Iqbal
6895fb9764
ci(kitchen): use `saltimages` Docker Hub where available [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/223
4 lat temu
Imran Iqbal
9736121f3b
chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/222
4 lat temu
Imran Iqbal
aeacb11a2e
chore(gemfile.lock): update to latest gem versions [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/221
4 lat temu
Imran Iqbal
587e2cc315
chore(gemfile.lock): update to latest gem versions
* Automated using https://github.com/myii/ssf-formula/pull/202
4 lat temu
Imran Iqbal
2417a75fe2
ci(travis): add notifications => zulip [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/191
4 lat temu
Imran Iqbal
6e630d145a
chore(codeowners): update `semantic-release` related files [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/174
4 lat temu
Imran Iqbal
38952f09a3
chore(codeowners): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/173
4 lat temu
Imran Iqbal
2ce966d031
ci(workflows/commitlint): add to repo [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/172
4 lat temu
Imran Iqbal
16bb1b06e3
ci(kitchen+travis): remove `master-py2-arch-base-latest` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/167
4 lat temu
Imran Iqbal
61b903e780
ci(gemfile.lock): add to repo with updated `Gemfile` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/163
4 lat temu
Imran Iqbal
54e3bd95af
chore(rubocop): use org-wide standard settings for `Metrics/BlockLength` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/158
4 lat temu
semantic-release-bot
c5a1b56714
chore(release): 0.39.4 [skip ci]
## [0.39.4](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.3...v0.39.4 ) (2020-04-02)
### Bug Fixes
* **mod_ssl:** update mod_ssl package variable to prevent clashes ([5591be2
](5591be26fd
))
4 lat temu
Andreas Thienemann
5591be26fd
fix(mod_ssl): update mod_ssl package variable to prevent clashes
The mod_ssl package name could be overridden in apache:lookup:mod_ssl.
Due to the way lookup keys are merged into the main apache dictionary,
the package name clashed with the mod_ssl configuration defined under
apache:mod_ssl.
Fix that by renaming the mod_ssl package variable to mod_ssl_pkg.
Drive-By: Add mod_ssl_pkg to the pillar.example file.
4 lat temu
semantic-release-bot
01d7f656bc
chore(release): 0.39.3 [skip ci]
## [0.39.3](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.2...v0.39.3 ) (2020-04-02)
### Bug Fixes
* **debian:** generate remoteip conf before a2enconf ([1ed69f6
](1ed69f6c6f
))
### Continuous Integration
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([275b5d5
](275b5d5e69
))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([08cced2
](08cced2913
))
4 lat temu
Imran Iqbal
e7f90a6c8c
Merge pull request #276 from scambra/patch-1
generate remoteip conf before a2enconf
4 lat temu
Imran Iqbal
72eadc7da1
chore(gitignore): update from the `template-formula` [skip ci]
* Checked using https://github.com/myii/ssf-formula/pull/132
4 lat temu
Imran Iqbal
9e5b575318
chore(rubocop): move `LineLength` cop from `Metrics` to `Layout` [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/129
4 lat temu
Imran Iqbal
275b5d5e69
ci(kitchen): avoid using bootstrap for `master` instances [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/124
4 lat temu
Sergio Cambra
1ed69f6c6f
fix(debian): generate remoteip conf before a2enconf
5 lat temu
Imran Iqbal
08cced2913
ci(travis): use `major.minor` for `semantic-release` version [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/112
5 lat temu
semantic-release-bot
18ac07b36d
chore(release): 0.39.2 [skip ci]
## [0.39.2](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.1...v0.39.2 ) (2019-12-20)
### Bug Fixes
* **redhat:** add user & group lookup to configs ([36ad2b2
](36ad2b2442
))
5 lat temu
Chris Horne
36ad2b2442
fix(redhat): add user & group lookup to configs
5 lat temu
semantic-release-bot
ada208f9bc
chore(release): 0.39.1 [skip ci]
## [0.39.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.0...v0.39.1 ) (2019-12-20)
### Bug Fixes
* **mod_mpm:** cast to int to avoid Jinja type mismatch error ([21045c7
](21045c7a7b
))
5 lat temu
Imran Iqbal
e5579930e7
Merge pull request #272 from dimitry-unified-streaming/fix-mpm_prefork-jinja
fix(mod_mpm): cast to int to avoid Jinja type mismatch error
5 lat temu
semantic-release-bot
76bfb1b2d2
chore(release): 0.39.0 [skip ci]
# [0.39.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.38.2...v0.39.0 ) (2019-12-20)
### Continuous Integration
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([13be6f9
](13be6f9fac
))
* **travis:** apply changes from build config validation [skip ci] ([0aac479
](0aac479c25
))
* **travis:** opt-in to `dpl v2` to complete build config validation ([19e90ea
](19e90ea2d6
))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([6608ddf
](6608ddf8c5
))
* **travis:** run `shellcheck` during lint job [skip ci] ([2ff6b2f
](2ff6b2f17e
))
* **travis:** use build config validation (beta) [skip ci] ([73160b2
](73160b2491
))
### Features
* **server-status:** allow remote servers to reach server-status page ([a3c0022
](a3c0022d79
))
5 lat temu
Imran Iqbal
d78d0cc166
Merge pull request #273 from mcarlton00/server-status-sources
Allow remote servers to access server status page
5 lat temu
mcarlton00
a3c0022d79
feat(server-status): allow remote servers to reach server-status page
5 lat temu