sticky-note
f1b71d00ae
feat(ng): promote NG formula
...
BREAKING CHANGES: users must adapt their pillar. See `docs.REAME.rst`
2019-08-20 13:01:49 +11:00
semantic-release-bot
ea39203a4c
chore(release): 0.40.1 [skip ci]
...
## [0.40.1](https://github.com/saltstack-formulas/php-formula/compare/v0.40.0...v0.40.1 ) (2019-08-17)
### Bug Fixes
* **map:** fix missing value for php.lookup.fpm.user in multi-php mode ([f91d942
](https://github.com/saltstack-formulas/php-formula/commit/f91d942 ))
2019-08-17 10:36:02 +00:00
Imran Iqbal
313722b264
Merge pull request #191 from philpep/fix-multiphp-rendering
...
Fix missing value for php.lookup.fpm.user in multi-php mode
2019-08-17 11:26:54 +01:00
semantic-release-bot
a9c7fb5c3f
chore(release): 0.40.0 [skip ci]
...
# [0.40.0](https://github.com/saltstack-formulas/php-formula/compare/v0.39.2...v0.40.0 ) (2019-08-17)
### Features
* **yamllint:** include for this repo and apply rules throughout ([571cc4b
](https://github.com/saltstack-formulas/php-formula/commit/571cc4b ))
2019-08-17 09:11:15 +00:00
Philippe Pepiot
f91d942cfb
fix(map): fix missing value for php.lookup.fpm.user in multi-php mode
...
This fixes the rendering issue:
[CRITICAL] Rendering SLS 'base:php.ng.fpm.config' failed: Jinja variable 'dict object' has no attribute 'user'
When using multiple php versions, this is issued by "{{ php.lookup.fpm.user }}" from php/ng/fpm/config.sls
Add default users in group in the relevant 'fpm' dict from map.jinja
(this is to set owner and group to 'pool.d' directory).
2019-08-14 15:53:23 +02:00
semantic-release-bot
83ff9d966c
chore(release): 0.39.2 [skip ci]
...
## [0.39.2](https://github.com/saltstack-formulas/php-formula/compare/v0.39.1...v0.39.2 ) (2019-08-13)
### Bug Fixes
* **tests:** fix package name for debian ([4f75eac
](https://github.com/saltstack-formulas/php-formula/commit/4f75eac ))
2019-08-13 22:40:56 +00:00
semantic-release-bot
7e30f926b5
chore(release): 0.39.1 [skip ci]
...
## [0.39.1](https://github.com/saltstack-formulas/php-formula/compare/v0.39.0...v0.39.1 ) (2019-08-12)
### Bug Fixes
* **installed.jinja:** remove `include` to prevent conflicting IDs ([cb11784
](https://github.com/saltstack-formulas/php-formula/commit/cb11784 )), closes [#188 ](https://github.com/saltstack-formulas/php-formula/issues/188 )
2019-08-12 12:28:13 +00:00
Imran Iqbal
cb11784768
fix(installed.jinja): remove include
to prevent conflicting IDs
...
* Ends up with two `include:` lists when rendered
* Close #188
2019-08-09 19:07:10 +01:00
semantic-release-bot
39b4584d66
chore(release): 0.39.0 [skip ci]
...
# [0.39.0](https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0 ) (2019-08-07)
### Bug Fixes
* **php/ng:** don't iterate on string, make sure list is not string ([dbb542c
](https://github.com/saltstack-formulas/php-formula/commit/dbb542c ))
### Documentation
* **pillar.example:** add example for alternatives with multiversion ([23a6ec1
](https://github.com/saltstack-formulas/php-formula/commit/23a6ec1 ))
* **pillar.example:** example of versions ([a98aa7e
](https://github.com/saltstack-formulas/php-formula/commit/a98aa7e ))
### Features
* **php/ng:** support for php cli multiversion ([bb4a077
](https://github.com/saltstack-formulas/php-formula/commit/bb4a077 ))
* **php/ng:** support the use of a list of php versions ([b303239
](https://github.com/saltstack-formulas/php-formula/commit/b303239 )), closes [#138 ](https://github.com/saltstack-formulas/php-formula/issues/138 )
### Styles
* **pillar.example:** add line break ([38fe58f
](https://github.com/saltstack-formulas/php-formula/commit/38fe58f ))
2019-08-07 09:46:53 +00:00
Imran Iqbal
ef25eb93ca
Merge pull request #167 from arthurlogilab/multiphp
...
[php/ng] support the use of a list of php versions
2019-08-07 10:20:29 +01:00
semantic-release-bot
d530e817d1
chore(release): 0.38.1 [skip ci]
...
## [0.38.1](https://github.com/saltstack-formulas/php-formula/compare/v0.38.0...v0.38.1 ) (2019-08-03)
### Bug Fixes
* update deprecation version number in `semantic-release` run ([a87fb91
](https://github.com/saltstack-formulas/php-formula/commit/a87fb91 )), closes [/github.com/saltstack-formulas/php-formula/pull/175#issuecomment-517492613](https://github.com//github.com/saltstack-formulas/php-formula/pull/175/issues/issuecomment-517492613 ) [/github.com/saltstack-formulas/php-formula/pull/185#issuecomment-517603898](https://github.com//github.com/saltstack-formulas/php-formula/pull/185/issues/issuecomment-517603898 )
2019-08-03 20:35:57 +00:00
Sergio Cambra
a09ef9270e
feat(map): add xmlrpc package for xml module, as it was done for SUSE
2019-08-02 00:04:30 +01:00
nb
d45bae83d8
fix: add warning message for ng states
2019-07-28 17:45:40 +11:00
Imran Iqbal
8e7471e837
fix: allow muting deprecation warning via. pillar/config entry
2019-07-25 22:27:36 +01:00
Imran Iqbal
e97eeae766
fix: change message to warn about upcoming deprecation
2019-07-25 12:28:29 +01:00
nb
d03338176c
fix: warn formula users ng states will be promoted in v1.0.0
2019-07-24 15:15:33 +11:00
Simon Schneider
bb4a077d84
feat(php/ng): support for php cli multiversion
2019-07-10 16:52:37 +02:00
Arthur Lutz
dbb542c4fb
fix(php/ng): don't iterate on string, make sure list is not string
2019-07-10 16:52:21 +02:00
Arthur Lutz
b3032391dd
feat(php/ng): support the use of a list of php versions
...
Related to #138
2019-07-10 16:52:03 +02:00
nb
e2d7b4b588
fix(mods): fixup for #181
2019-07-09 15:42:15 +11:00
nb
3f6c0bc894
feat(mods): added some mods support for FreeBSD
2019-07-01 17:19:01 +11:00
Simon Schneider
758ae882f6
feat: add 'bz2' and 'dba' module support
2019-06-29 19:41:32 +01:00
Adrien "ze" Urban
0e431473cd
php/ng/modules: use ~ operator
...
Convert module to string before appending it to the base path to search for
existing modules...
2019-04-11 10:41:25 +02:00
Adrien "ze" Urban
a126bf658b
php.ng.modules: install modules...
2019-04-03 14:31:33 +02:00
Niels Abspoel
14bb2b3f28
Merge pull request #170 from n-rodriguez/master
...
Fix "Invalidly formatted 'pkgs' parameter." error with php-readline
2019-04-02 19:56:47 +02:00
Niels Abspoel
936bca4a19
Merge pull request #171 from ze42/fix_pool_dependency
...
fpm: don't extend pool-dependency if no pool
2019-04-02 19:54:35 +02:00
Niels Abspoel
e0b922a28b
Merge pull request #168 from pawelrosada/master
...
Fix Backward compatibility problem
2019-04-02 19:51:16 +02:00
Adrien "ze" Urban
e18b2be86d
fpm: don't extend pool-dependency if no pool
2019-04-02 11:58:05 +02:00
Nicolas Rodriguez
afbc88b056
Fix "Invalidly formatted 'pkgs' parameter." error with php-readline
2019-04-02 00:21:01 +02:00
Paweł Rosada
0c923245e6
Fix Backward compatibility problem
2019-03-27 05:51:38 +01:00
Niels Abspoel
4a0dfac0b0
Merge pull request #166 from pawelrosada/master
...
Add enablerepo option to php-salt-formula
2019-03-26 20:17:48 +01:00
Niels Abspoel
75431aff13
Merge pull request #164 from Seldaek/patch-2
...
Remove env from ppa definition
2019-03-25 20:43:34 +01:00
Paweł Rosada
6965059af4
Remove copy of php_install_{{ state }}
2019-03-25 08:22:28 +01:00
Paweł Rosada
77b1b3520f
Add missing php_install_
2019-03-25 08:20:33 +01:00
Paweł Rosada
324ebd84af
Add enablerepo option to php-salt-formula
2019-03-25 08:15:05 +01:00
Tristan Charbonneau
29965ad97a
add msgpack and igbinary
2019-03-20 16:43:32 +01:00
Jordi Boggiano
bbd41d99a1
Remove env from ppa definition
2019-03-07 14:27:02 +01:00
sam
0a63949ef0
add minimum default to get fpm service works on FreeBSD
2019-03-05 11:14:17 +11:00
sam
b702a35967
add minimum default to get fpm service works on FreeBSD
2019-03-05 10:19:33 +11:00
sam
8e1b990dd7
add minimum default to get fpm service works on FreeBSD
2019-03-05 10:08:43 +11:00
sam
2962d961c7
add minimum default to get fpm service works on FreeBSD
2019-03-05 09:08:55 +11:00
Alexander Weidinger
0ad616cf71
php.ng.fileinfo & php.ng.tokenizer
2019-01-15 09:21:22 +01:00
Andreas Thienemann
6405214d11
Handle different scl/legacy php naming for opcache.
...
When running on CentOS or RHEL the opcache package under php 5.4
us named php-pecl-zendopcache.
When using a newer PHP version like 5.6, 7.0 or 7.1 the package
is named slightly different though: php-opcache.
Take this into account.
2018-10-30 11:08:09 +01:00
Andreas Thienemann
d7dff5a882
Add missing SCL prefix for php-common
2018-10-23 10:35:52 +02:00
Niels Abspoel
b2c82fa3b1
Merge pull request #150 from Seldaek/patch-1
...
Remove sorting of php.ini files to support Python3
2018-10-21 22:03:52 +02:00
Andreas Thienemann
956cee6f69
Enable Softwarecollections on RHEL and CentOS
...
As RHEL and CentOS are both longer-lived enterprise-class operating
systems the software versions are usually lagging a bit behind.
In case one wants the longevity of an Enterprise Linux together with
more modern software the Softwarecollections project exists which
offers amongst others more modern PHP releases.
This commit adds a pillar toggle to use the SCL repo and the ability
to select which php version to install.
2018-10-21 01:02:27 +02:00
Niels Abspoel
5e933df525
Merge pull request #151 from bogdanr/master
...
Added support for Debian 9
2018-10-19 23:18:47 +02:00
Mark Gomersbach
d7e4d89d7c
Select stable instead of masked version of php
2018-10-11 08:21:37 +02:00
Mark Gomersbach
9ba295ad68
Leverage kindly provided specials/block syntax to fully support Gentoo.
2018-10-09 14:47:30 +02:00
Mark Gomersbach
19fb0d3f1d
Gentoo package names contain a category with a "/" delimitor.
...
This will make state names play nicely with gentoo.
2018-10-09 14:43:06 +02:00