Skip to content

Commit 057ee99

Browse files
authored
Merge pull request #764 from voxpupuli/modern-apt-keyring
Use modern APT keyrings on Debian family
2 parents ac4d290 + c290a3f commit 057ee99

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,8 +1869,8 @@ Default value:
18691869

18701870
```puppet
18711871
{
1872-
'id' => '6572BBEF1B5FF28B28B706837E3F070089DF5277',
1873-
'source' => 'http://www.dotdeb.org/dotdeb.gpg',
1872+
'name' => 'dotdeb.asc',
1873+
'source' => 'https://www.dotdeb.org/dotdeb.gpg',
18741874
}
18751875
```
18761876

manifests/repo/debian.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
String[1] $repos = 'all',
2626
Boolean $include_src = false,
2727
Hash $key = {
28-
'id' => '6572BBEF1B5FF28B28B706837E3F070089DF5277',
29-
'source' => 'http://www.dotdeb.org/dotdeb.gpg',
28+
'name' => 'dotdeb.asc',
29+
'source' => 'https://www.dotdeb.org/dotdeb.gpg',
3030
},
3131
Boolean $dotdeb = true,
3232
Boolean $sury = true,
@@ -59,7 +59,7 @@
5959
'deb' => true,
6060
},
6161
key => {
62-
id => '15058500A0235D97F5D10063B188E2B695BD4743',
62+
name => 'php-sury.gpg',
6363
source => 'https://packages.sury.org/php/apt.gpg',
6464
},
6565
}

0 commit comments

Comments
 (0)