aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh/templates
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-10-13 09:14:33 +0100
committerPascal Terjan <pterjan@gmail.com>2016-10-13 09:14:33 +0100
commit17487da1eb9300f7f8f7d4420de5dbb24d71e891 (patch)
treef75ba7602bf1538339187c889b92063b932e732c /modules/openssh/templates
parent18b4f718ba614d67979bf1b94078ab4d6e8aa259 (diff)
downloadpuppet-17487da1eb9300f7f8f7d4420de5dbb24d71e891.tar
puppet-17487da1eb9300f7f8f7d4420de5dbb24d71e891.tar.gz
puppet-17487da1eb9300f7f8f7d4420de5dbb24d71e891.tar.bz2
puppet-17487da1eb9300f7f8f7d4420de5dbb24d71e891.tar.xz
puppet-17487da1eb9300f7f8f7d4420de5dbb24d71e891.zip
Allow iurt to ssh to rabbit
Diffstat (limited to 'modules/openssh/templates')
-rw-r--r--modules/openssh/templates/sshd_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config
index 19a56cfa..def8ca16 100644
--- a/modules/openssh/templates/sshd_config
+++ b/modules/openssh/templates/sshd_config
@@ -128,5 +128,5 @@ Match User *,!schedbot,!root,!git Group *,!mga-sysadmin
<% end %>
<% if @hostname == 'rabbit' then %>
-AllowGroups root mga-unrestricted_shell_access mga-iso_makers mga-sysadmin
+AllowGroups root mga-unrestricted_shell_access mga-iso_makers mga-sysadmin iurt
<% end %>