aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-12-25 18:18:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-12-25 18:18:02 -0300
commit90f00e8e8359ddcc52a5b36e92274331deb6223b (patch)
tree9539b4f1cc5ebddfe835f7bebbdfaf375f99279a /manifests/init.pp
parentbcc6956f1c790d8a64790b6dad430cbfd53834ff (diff)
downloadpuppet-php-90f00e8e8359ddcc52a5b36e92274331deb6223b.tar.gz
puppet-php-90f00e8e8359ddcc52a5b36e92274331deb6223b.tar.bz2
Adds support for PHP 8
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 148c069..f170ae5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,12 +17,12 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
class php(
- $series = [ '5', '7' ],
+ $series = [ '5', '7', '8' ],
$hardened = true,
$apc = absent,
$fpm = absent,
$manage_mod_php = false,
- $default_cli = '7'
+ $default_cli = '8'
) {
include php::params