Skip to content

Commit 4817660

Browse files
committed
Release 3.2.1
1 parent a49a4fe commit 4817660

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 3.2.1
4+
* Fixed default `yum_repo` key in `php::repo::redhat`
5+
* On Ubuntu precise we now use the ondrej/php5-oldstable ppa. This can be
6+
manually enabled with by setting `$php::repo::ubuntu::oldstable` to
7+
`true`.
8+
* `$php::ensure` now defaults to `present` instead of `latest`. Though,
9+
strictly speaking, this represents a functional change, we consider this
10+
to be a bugfix because automatic updates should be enabled explicitely.
11+
* `$php::ensure` is not anymore passed to `php::extension` resources as
12+
default ensure parameter because this doesn't make sense.
13+
314
## 3.2.0
415
* Support for FreeBSD added by Frank Wall
516
* RedHat now uses remi-php56 yum repo by default

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mayflower-php",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"author": "mayflower",
55
"summary": "Generic PHP module that supports many platforms",
66
"license": "MIT",

0 commit comments

Comments
 (0)