puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

Use https://deb.sury.org/ as opposed to Dotdeb

Open brentclark opened this issue 8 years ago • 2 comments

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

brentclark avatar Dec 28 '17 09:12 brentclark

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 avatar Feb 03 '18 17:02 jonhattan

@jonhattan thanks so much.

brentclark avatar Feb 06 '18 11:02 brentclark