diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-19 10:20:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-19 10:20:35 -0300 |
commit | d89a898e60743b2743dc7dbd9fbcd2ac04a82cf2 (patch) | |
tree | abe2add38cbfe7699c30b63ac3870eaab2c59c21 | |
parent | 21b9a20b68df81aa61ec0d1ac6e4583cdf82aebf (diff) | |
download | puppet-php-d89a898e60743b2743dc7dbd9fbcd2ac04a82cf2.tar.gz puppet-php-d89a898e60743b2743dc7dbd9fbcd2ac04a82cf2.tar.bz2 |
-rw-r--r-- | manifests/ppa.pp | 2 |
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'], } } |