From 55aea5dcc72d0366bc029cc60e2f1d5775eb0827 Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Nov 16 2020 21:42:42 +0000 Subject: Turn AllowUsers into list --- diff --git a/pillar/role/pagure.sls b/pillar/role/pagure.sls index 78010c8..1064525 100644 --- a/pillar/role/pagure.sls +++ b/pillar/role/pagure.sls @@ -16,7 +16,8 @@ sshd_config: type: Address: 192.168.47.4,192.168.47.101,192.168.47.102 options: - AllowUsers: git + AllowUsers: + - git profile: pagure: