From f37b214badf5edb9559cc40c2a03681abccaeafe Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 19 Oct 2017 13:18:21 +0100 Subject: [PATCH] Fix pac keys --- modules/yaourt/manifests/keys.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/yaourt/manifests/keys.pp b/modules/yaourt/manifests/keys.pp index 857d022..e1eecc4 100644 --- a/modules/yaourt/manifests/keys.pp +++ b/modules/yaourt/manifests/keys.pp @@ -18,5 +18,7 @@ class yaourt::keys () { exec { "pacman-key -r $key": unless => "pacman-key --list-keys $key" } + exec { "pacman-key --lsign-key $key": + } } }