From b1506fc9f6d06ad201d01e48f3c8a1ebd7b0c7db Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 21:38:59 +0100 Subject: [PATCH] files before packages --- modules/yaourt/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/yaourt/manifests/init.pp b/modules/yaourt/manifests/init.pp index ca158a4..c712a84 100644 --- a/modules/yaourt/manifests/init.pp +++ b/modules/yaourt/manifests/init.pp @@ -1,7 +1,7 @@ class yaourt { - include 'yaourt::packages' + include 'yaourt::files' include 'yaourt::keys' - include 'yaourt::files' + include 'yaourt::packages' }