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'])