From 119b4353d5ac0d80c675c873f1ba9d5bc9b87b2e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 21:40:35 +0100 Subject: [PATCH] ignore keys for now --- modules/yaourt/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/yaourt/manifests/init.pp b/modules/yaourt/manifests/init.pp index c712a84..cea9eb2 100644 --- a/modules/yaourt/manifests/init.pp +++ b/modules/yaourt/manifests/init.pp @@ -1,7 +1,7 @@ class yaourt { include 'yaourt::files' - include 'yaourt::keys' + # include 'yaourt::keys' include 'yaourt::packages' }