Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-php

Generic Puppet module to manage PHP on many platforms
https://github.com/voxpupuli/puppet-php

update in-manifest documentation

19c5620783f9633e7754e7b18df18a3fdac054ec authored over 10 years ago by Robin Gloster <[email protected]>
rename php_inifile => inifile, php_settings => settings

9ab5b2512c622c0aa0fea469f0f2d1b086025a01 authored over 10 years ago by Robin Gloster <[email protected]>
Use php::fpm::config::php_settings instead of _config

Be persistent with php::cli::settings. FPM has its own config, so it's a
bit confusing.

e8819bec32afadc4731ccadbd9e22d678d5106ad authored over 10 years ago by Franz Pletz <[email protected]>
Refactor php::fpm::config to be a sane class

6ee0a63c7240611f9db47f6171617bc4786cd942 authored over 10 years ago by Franz Pletz <[email protected]>
Add simple php::fpm::pool spec

1ce80bcb58ec3bb99d09b60d126da715f8962f0b authored over 10 years ago by Franz Pletz <[email protected]>
Fix php::fpm::config & spec for inifile configs

ec726a0adaaf406feb09a01594205fe737d0ecb1 authored over 10 years ago by Franz Pletz <[email protected]>
Default FPM user and group are now in php::fpm::config

d2d486c0009f4ee579ef80b25e5f7e86ffcaf3ef authored over 10 years ago by Franz Pletz <[email protected]>
Fix php::fpm spec

9766cdc392f5eaa19251ce029411441f607606d1 authored over 10 years ago by Franz Pletz <[email protected]>
Clean up php::fpm::package

1a99bfe13d58687ed85ed720dcb73741c1bc8dd6 authored over 10 years ago by Franz Pletz <[email protected]>
Fix specs for php::fpm::config

af521954d82c542c9a94d099626579dcfd4b8335 authored over 10 years ago by Franz Pletz <[email protected]>
Do hiera lookup of php::fpm::pools with hash-merging

345aa8da95333d24d487954b4286b76e221f43c4 authored over 10 years ago by Franz Pletz <[email protected]>
Fix php::fpm::config specs for php_settings

05467cf683c7d8021f25e7a069e94c196cbdcef1 authored over 10 years ago by Franz Pletz <[email protected]>
Refactor php::fpm

8d73bb5f20da7d52039b1bdb1ff8cc8ef9eb1a7b authored over 10 years ago by Franz Pletz <[email protected]>
Add fpm_config_file to php::params

f98f1670faf496872af5612d6cc0b2cbdf0cc349 authored over 10 years ago by Franz Pletz <[email protected]>
Add fpm_group to php::params

20a06d20479e342e49870a776b3ba8a1301bbc04 authored over 10 years ago by Franz Pletz <[email protected]>
CHANGELOG.md: Fix typo and formatting

c93d33c3f5c90a2ec3c3e9cddd2c7ae06af78b43 authored over 10 years ago by Franz Pletz <[email protected]>
Merge remote-tracking branch 'origin/inifile-config'

ce007c884d594b02d65c75440f86b6bce8e68814 authored over 10 years ago by Franz Pletz <[email protected]>
update wrong docs

83686d0b65da7dab0a7b8f913f91a0b17c125eb9 authored over 10 years ago by Robin Gloster <[email protected]>
add settings docs to readme

b10c375e82708821e8ca11873162145538542c25 authored over 10 years ago by Robin Gloster <[email protected]>
cleanup prints and use correct function name

7b4e033bd87513b73558e02aca77b13eaaea762c authored over 10 years ago by Robin Gloster <[email protected]>
fix pecl extension config

c722a2f96ed4161f1f9713369dea4a6af0e831b0 authored over 10 years ago by Robin Gloster <[email protected]>
fix tests

4cd5392ed779e17f96807ce4a2737b3fd97f8197 authored over 10 years ago by Robin Gloster <[email protected]>
make it possible to use the same ini key for different files

3e31d7be302723ccb08495b3ed7ad6a84f38be91 authored over 10 years ago by Robin Gloster <[email protected]>
delete unused augeas file

1a51d6aa523df4613253fb6049122fe9d3ddf6b2 authored over 10 years ago by Robin Gloster <[email protected]>
Use inifile instead of augeas for config

This currently fails with two settings with the same ini key

bb2cef359d002ef99bba2b512e80978b703e258f authored over 10 years ago by Robin Gloster <[email protected]>
Merge pull request #20 from toote/allow_change_extension_filename

Use name instead of title to load extension

c7d046617fdd910bf7055b16f99a6db71c372a6d authored over 10 years ago by Robin Gloster <[email protected]>
Use name instead of title to load extension

c2d795bed4ba1286b771b618bf6bf3af63ef8147 authored over 10 years ago by Matías Bellone <[email protected]>
Merge branch '1.1.x'

171b59e872bb70de806bc7bd85b7d38694c41e93 authored over 10 years ago by Franz Pletz <[email protected]>
Prepare release 1.1.1

56a8a6ba0da2f9c7caae99738b6210afc2b29ba9 authored over 10 years ago by Franz Pletz <[email protected]>
Add hack for Debian to enable PHP extensions

As we use the mods-available directory for placing config files that
load PHP extensions, we nee...

a02a4aad89ac82fe45f9dc07c4e5cc739b5f3985 authored over 10 years ago by Franz Pletz <[email protected]>
Fix pecl provider with ensure => latest

984eb28a86a84218eddfc08b1a3fb4925e1fdb56 authored over 10 years ago by Franz Pletz <[email protected]>
Add hack for Debian to enable PHP extensions

As we use the mods-available directory for placing config files that
load PHP extensions, we nee...

9208be9b48cb87921addfc400d37b88b544e9aec authored over 10 years ago by Franz Pletz <[email protected]>
Fix pecl provider with ensure => latest

541a3b2e05c1189f47c6c99f2d55066272c68f90 authored over 10 years ago by Franz Pletz <[email protected]>
Configure extensions only after installing php-cli

Fixes #18.

99ab46a9e74b51fe42f2d25f2f5fb3ad28979c34 authored over 10 years ago by Franz Pletz <[email protected]>
Add source parameter for pecl provider

Add source pararameter to php::extension. It's allready in the pecl provider.

34e04941601c04ede3130d56d219143dc30c1196 authored over 10 years ago by Harald Skoglund <[email protected]>
Configure extensions only after installing php-cli

Fixes #18.

b6d9a371b19cac3a5e961ddc91972ab47c20849f authored over 10 years ago by Franz Pletz <[email protected]>
Merge pull request #15 from Mayflower/spec-fixes

Remove rspec-system

e9a1acd654c428b0cd74eb897325f14607e1ce4a authored over 10 years ago by Robin Gloster <[email protected]>
Remove puppet-lint class parameter defaults warning

78ddb027723fe10e6b79a37c4d71118d8def2590 authored over 10 years ago by Franz Pletz <[email protected]>
Remove rspec-system and clean up Gemfile

c7f06cead6d07fc559c67b5dde19e4fa37f3b0be authored over 10 years ago by Franz Pletz <[email protected]>
Default php::fpm::pool should be called www

41f7963bfbae51474d52ce7103fc112e02e38811 authored over 10 years ago by Franz Pletz <[email protected]>
Merge pull request #12 from Mayflower/fpm-fixes

FPM pools cleanups

23d0e90046ac6c814f0cc1ad2fa061bc839c5653 authored over 10 years ago by Robin Gloster <[email protected]>
Add documentation for php::fpm::pools parameter

334169e5a741849ba3405aff0313ea2d0958e58c authored over 10 years ago by Franz Pletz <[email protected]>
Merge pull request #13 from haraldsk/master

Add source parameter for pecl provider

94de276e753de0f3c63c2a43c0a4a6c0dfe1be11 authored over 10 years ago by Tristan Helmich <[email protected]>
Add source parameter for pecl provider

Add source pararameter to php::extension. It's allready in the pecl provider.

add6674b28ad6d6fcfa7de154725faa417421aa2 authored over 10 years ago by Harald Skoglund <[email protected]>
FPM pools default to user and group set in php::fpm

3e64bcc32426a0f7a18b0e1679557d456c72ed09 authored over 10 years ago by Franz Pletz <[email protected]>
Validate php::fpm::pools only if used

ce1b3dd08b3e78bfff58bcd62d4b755af84a28d8 authored over 10 years ago by Franz Pletz <[email protected]>
Depend on classes instead of resources with param titles

ce102eef64622417df8ccd8a9f2cd5c1fa3d83b1 authored over 10 years ago by Franz Pletz <[email protected]>
Add php::fpm::pools parameter

The default www FPM pool will only be created if no pools are defined.

89562a78214db4dbd53c0003b2e91d16e79229dd authored over 10 years ago by Franz Pletz <[email protected]>
fix augeas variable access in config

e562238d02bf109620a0a9d0dac8ad9fa661a3e4 authored over 10 years ago by Robin Gloster <[email protected]>
prepare 1.1.0

022d4309ffa6b272ea86bffee7d5214ace24446f authored over 10 years ago by Robin Gloster <[email protected]>
add phpunit to base class

121de92e83c4158757e9717d21067530a8cee959 authored over 10 years ago by Robin Gloster <[email protected]>
fix variable access in augeas

d612f1947c9af9f92f65b761b4fd03d9a9add6ce authored over 10 years ago by Robin Gloster <[email protected]>
modulefile -> metadata.json

7c6b2f3b83dd188099f0155db5ca74aaa408c1e9 authored over 10 years ago by Robin Gloster <[email protected]>
prepare 1.0.2

5952618d2ca9b7ef23060c240eab6cbf20b51dc9 authored over 10 years ago by Robin Gloster <[email protected]>
use correct suse service name

c9f82286f00c839a9c5d0a2ba8cd3e2271addc36 authored over 10 years ago by Robin Gloster <[email protected]>
anchor in init.pp to fix tests

6eb98682ac0fa4e75fd9938e5ac109623323add2 authored over 10 years ago by Robin Gloster <[email protected]>
Correctly anchor php::augeas in php::config

bfd0c710513fcb7677471dee8cd9a0d338cf01be authored over 10 years ago by Franz Pletz <[email protected]>
README.md: Add Travis build status

a90ea6480b96580b3b6b5338d2a5c7a2ff075a5b authored over 10 years ago by Franz Pletz <[email protected]>
spec: One more ruby 1.8 compatibility fix

12561ab631f82e401ecfb26df9f636ee6bab5310 authored over 10 years ago by Franz Pletz <[email protected]>
spec: Fix ruby 1.8 compatibility

da432717c0fc02cb742a490792ac1c03f14d7f3f authored over 10 years ago by Franz Pletz <[email protected]>
trigger travis

b9191a2c0797a17064e6a25f870b7e194aea3ca5 authored over 10 years ago by Robin Gloster <[email protected]>
prepare 1.0.1

a2365a1de9a70c5c53a5127ecf19583c1742b1e5 authored over 10 years ago by Robin Gloster <[email protected]>
Remove unused file

757d6fd6e721e322fa7dede98dcafdb2f6dc9c75 authored over 10 years ago by Robin Gloster <[email protected]>
fixes #9 undefined pool_base_dir

ade328405a2aea6ddf841e954c60c1949ee21073 authored over 10 years ago by Robin Gloster <[email protected]>
add travis testing

1093ae3fe71b96491bc685527e908aad4393c943 authored over 10 years ago by Robin Gloster <[email protected]>
Release 1.0.0, the "Alarm!" release

68c7994a85672d146aa36aa7bd023d053d076ca8 authored over 10 years ago by Franz Pletz <[email protected]>
Disable some puppet-lint checks

a5f799def81b55f5a41ae66b4ef70a08d40c061e authored over 10 years ago by Franz Pletz <[email protected]>
Make SuSE repo configurable

834d29fe2f62dc9a7d32eb10a42180714a28a02b authored over 10 years ago by Franz Pletz <[email protected]>
Remove useless rake tasks & metadata.json

0de91f9dd2cb678e0d1c99150be32b6bf760d14d authored over 10 years ago by Franz Pletz <[email protected]>
Specify extensions' package prefix instead of full name, fixes #7

474647440ad2209629ab137f6bbe651799cc34bb authored over 10 years ago by Franz Pletz <[email protected]>
Don't require prefixing pecl extensions, fixes #1

dfa37f9f90d1ffb55f17bf13f1b30fe7ced21a4e authored over 10 years ago by Franz Pletz <[email protected]>
incorporate exi's centos/redhat changes

60f76a3540909a1cbc916db9051cc67691fd010f authored over 10 years ago by Robin Gloster <[email protected]>
fixes #2, remove useless config pass-throughs

e6b5b75802243084a1234b7766566e347f3041d0 authored over 10 years ago by Robin Gloster <[email protected]>
fixes #5, use ensure_resource instead of ensure_packages

2415a548f173df3ceec3e5eb592a9e9d5aed37fd authored over 10 years ago by Robin Gloster <[email protected]>
reword readme

145085868aacb527f35f5507f0578efa109ed75e authored over 10 years ago by Robin Gloster <[email protected]>
correct highlighting

dcf00fb08f95d514c59708bb6fdd7dc84b239da6 authored over 10 years ago by Robin Gloster <[email protected]>
markdown

1b99a886c030a893cc557888117751d3bbfa06da authored over 10 years ago by Robin Gloster <[email protected]>
fix most code docs and some work on the readme

5fad3bdf4b9135f122f76561fee1bc35d95d50d1 authored over 10 years ago by Robin Gloster <[email protected]>
add ubuntu repository

7802f096ec927cd5dcae039cf7c2a1e0adb25524 authored over 10 years ago by Robin Gloster <[email protected]>
ordering

2221b8f58b031c7012895e072c9223d1cf638ef7 authored over 10 years ago by Robin Gloster <[email protected]>
add possibility to add header packages when installing an extension

e631e891d7627cabd1c0d5af301fce09ead8f32b authored over 10 years ago by Robin Gloster <[email protected]>
fixes a bug in package handling

This is mostly some handling for https://tickets.puppetlabs.com/browse/PUP-1073
The workaround m...

7c7e383cd069307e5bf0f92bb9944164a4deb361 authored over 10 years ago by Robin Gloster <[email protected]>
WIP: larger stab at making this module shine :sparkles:

a89891233f752b9cdd8dfa737eb1d4d6d92a72c8 authored over 10 years ago by Robin Gloster <[email protected]>
start params cleanup

89938e304aeb46138ea3577559542796136d1646 authored over 10 years ago by Robin Gloster <[email protected]>
remove need for future parser

20d4da5718c65bba56392a851a298eb74525470a authored over 10 years ago by Robin Gloster <[email protected]>
add customizable package per extension

f820fd13d5c175dd30a2909a86e5b327c9d35949 authored over 10 years ago by Robin Gloster <[email protected]>
cleanup extension foo

6e98002b031efd5a39294058efcf3b39a41a36b2 authored over 10 years ago by Robin Gloster <[email protected]>
add possibility to add configs to extensions

d89c6a7b056c3bb1eb00087e6ff83d177620ecbe authored over 10 years ago by Robin Gloster <[email protected]>
anchor fpm

4748e67281cdb81a0552ffb9605ee80075a0e09f authored over 10 years ago by Robin Gloster <[email protected]>
refine extension handling

7fb3e8766cc1235b2f712c562259c5cbd1bf0491 authored over 10 years ago by Robin Gloster <[email protected]>
changes for centos

26f95d8aa82e315eedd1a02eb70edb5660075974 authored over 10 years ago by Reno Reckling <[email protected]>
minor fixes

2c21832357b1c2afcc23fb0828ad7eca1ecc46f6 authored over 10 years ago by Robin Gloster <[email protected]>
WIP: SLES compatibility

1e873e83456eebf70298ba50faa8d16f6ad39ec9 authored over 10 years ago by Robin Gloster <[email protected]>
Merge pull request #57 from dbellettini/master

Adding mongo to extensions docs

c75cdfe064eae2d6ef4e39033b990c0df10f182c authored over 10 years ago by Christian Winther <[email protected]>
Adding mongo to extensions docs

6c0be8553e92fc215178a038577ff3488a61d0e4 authored over 10 years ago by Davide Bellettini <[email protected]>
Merge pull request #56 from dbellettini/master

Adding PECL MongoDB extension

d485146980103eb4cf17e2d52dcb33e18a310e59 authored over 10 years ago by Christian Winther <[email protected]>
Adding PECL MongoDB extension

7da56ccf2c58298d9b73a5cb2b5cb5a77e8bdb03 authored over 10 years ago by Davide Bellettini <[email protected]>
Merge pull request #55 from igalic/ignorance

ignore vim swap files

cecdf010757e5537312ee23578d227f71b6717d0 authored over 10 years ago by Christian Winther <[email protected]>
ignore vim swap files

539bcc00286b1e02c3bf97d2f37d030438b548f0 authored over 10 years ago by Igor Galić <[email protected]>
cleanup

3b7c000b1f6bb161bf94c3dd63b3e4c42a80ea28 authored over 10 years ago by Christian Winther <[email protected]>