aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-08-19 10:20:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-08-19 10:20:35 -0300
commitd89a898e60743b2743dc7dbd9fbcd2ac04a82cf2 (patch)
treeabe2add38cbfe7699c30b63ac3870eaab2c59c21 /manifests
parent21b9a20b68df81aa61ec0d1ac6e4583cdf82aebf (diff)
downloadpuppet-php-d89a898e60743b2743dc7dbd9fbcd2ac04a82cf2.tar.gz
puppet-php-d89a898e60743b2743dc7dbd9fbcd2ac04a82cf2.tar.bz2
Fix: use the recommended APT keyrings folder (2)HEADmaster
Diffstat (limited to 'manifests')
-rw-r--r--manifests/ppa.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/ppa.pp b/manifests/ppa.pp
index 07e379d..07b96fa 100644
--- a/manifests/ppa.pp
+++ b/manifests/ppa.pp
@@ -31,7 +31,7 @@ class php::ppa inherits php::repository {
}
File['/etc/apt/sources.list.d/php.list'] {
- content => "deb http://ppa.launchpad.net/ondrej/php/ubuntu ${::lsbdistcodename} main\n",
+ content => "deb [signed-by=/etc/apt/keyrings/ondrej_ubuntu_php.gpg] http://ppa.launchpad.net/ondrej/php/ubuntu ${::lsbdistcodename} main\n",
require => File['/etc/apt/keyrings/ondrej_ubuntu_php.gpg'],
}
}