Skip to content

Commit

Permalink
Merge 0590ab8 into fdf921e
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcrush committed Feb 23, 2018
2 parents fdf921e + 0590ab8 commit be975a4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions manifests/repo/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,19 @@

# Add PHP 7.1 key + repository
apt::key { 'php::repo::debian-php71':
key => 'DF3D585DB8F0EB658690A554AC0E47584A7A714D',
key_source => 'https://packages.sury.org/php/apt.gpg',
id => 'DF3D585DB8F0EB658690A554AC0E47584A7A714D',
source => 'https://packages.sury.org/php/apt.gpg',
}

::apt::source { 'source_php_71':
location => 'https://packages.sury.org/php/',
release => $::lsbdistcodename,
repos => 'main',
include_src => false,
require => [
location => 'https://packages.sury.org/php/',
release => $::lsbdistcodename,
repos => 'main',
include => {
'src' => $include_src,
'deb' => true,
},
require => [
Apt::Key['php::repo::debian-php71'],
Package['apt-transport-https', 'lsb-release', 'ca-certificates']
],
Expand Down

0 comments on commit be975a4

Please sign in to comment.