From d6c76520605a286f7bc59bb2206863e03f7b4d55 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Tue, 23 Feb 2016 11:14:41 +0200 Subject: [PATCH] abusehelper: Ensure idiokit is installed before abusehelper --- abusehelper/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abusehelper/manifests/init.pp b/abusehelper/manifests/init.pp index 6f9257d..4a56086 100644 --- a/abusehelper/manifests/init.pp +++ b/abusehelper/manifests/init.pp @@ -85,6 +85,9 @@ class abusehelper( ]: } } + Python::Setup::Install['/usr/local/src/idiokit'] -> + Python::Setup::Install['/usr/local/src/abusehelper'] + include user::system realize(User['abusehel'], Group['abusehel'])