puppet-php
puppet-php copied to clipboard
Use https://deb.sury.org/ as opposed to Dotdeb
Good day
I would like to ask if it would be possible to rather make use of the repo https://deb.sury.org/ as opposed to Dotdeb in the file 'manifests/repo/debian.pp'.
packages.sury.org supports from PHP 5.6 right up to PHP 7.2.
Sure packages.sury.org only Jessie and Stretch and Dotdeb supports Wheezy and Jessie, but Wheezies EOL is May 2018, which is around the corner, and makes no point in supporting for much longer.
I hope you will give me request some thought.
Kind Regards Brent Clark
Ref #293
I was able to use sury with no change to the module with this config from hiera:
php::globals::php_version: '7.0'
php::manage_repos: true
php::repo::debian::location: 'https://packages.sury.org/php'
php::repo::debian::release: "%{facts.os.distro.codename}"
php::repo::debian::repos: 'main'
php::repo::debian::key:
id : 'DF3D585DB8F0EB658690A554AC0E47584A7A714D'
source : 'https://packages.sury.org/php/apt.gpg'
php::repo::debian::dotdeb: false
@jonhattan thanks so much.