From 4ae933bdcc1a64cbb604d85cba61e5d3587d2568 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 17 Jul 2019 09:20:15 +0100 Subject: [PATCH] Install pass related packages --- states/pass/gentoo.sls | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/states/pass/gentoo.sls b/states/pass/gentoo.sls index 3f23a05..e36e359 100644 --- a/states/pass/gentoo.sls +++ b/states/pass/gentoo.sls @@ -25,6 +25,8 @@ pass useflags: - name: /etc/portage/package.use/pass-salt - contents: - app-admin/pass zsh-completion + - app-admin/pass-otp qrcode + - www-plugins/passff-host firefox - user: root - group: root - mode: 644 @@ -39,3 +41,9 @@ install pass: - file: keyword pass package - file: unmask pass package - file: pass useflags + +install related: + pkg.installed: + - pkgs: + - app-admin/pass-otp + - www-plugins/passff-host -- 2.45.2