aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'],
}
}