]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Fix: use the recommended APT keyrings folder (2)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Aug 2024 13:20:35 +0000 (10:20 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Aug 2024 13:20:35 +0000 (10:20 -0300)
manifests/ppa.pp

index 07e379de8392e54138a854e24157b2f52f4fc845..07b96fa6ce633581df546cab62f9e0d209a5b4ea 100644 (file)
@@ -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'],
   }
 }