From 065cec778062788c7e9a8a9f389f253f962dcd87 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Dec 04 2017 19:44:16 +0000 Subject: Merge branch 'weblate_admins' into 'production' add sudoers rule for weblate-admins See merge request infra/salt!124 --- diff --git a/pillar/role/weblate.sls b/pillar/role/weblate.sls index f69c182..394d8e6 100644 --- a/pillar/role/weblate.sls +++ b/pillar/role/weblate.sls @@ -16,3 +16,9 @@ profile: - python-social-auth-core - weblate {% endif %} +sudoers: + included_files: + /etc/sudoers.d/group_weblate-admins: + groups: + weblate-admins: + - 'ALL=(ALL) ALL'