From 79eb864ad009c44869df6491f0cbd4cf879521ba Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 13 Apr 2019 22:14:06 +0200 Subject: [PATCH] Fix up commenting again --- modules/ssh/templates/sshd_config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh/templates/sshd_config.erb b/modules/ssh/templates/sshd_config.erb index f0d5ab19e..16497708a 100644 --- a/modules/ssh/templates/sshd_config.erb +++ b/modules/ssh/templates/sshd_config.erb @@ -49,7 +49,7 @@ AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u /etc/ssh/userk PasswordAuthentication no -<=% "#" %> Match Address <%= +# Match Address <%= allnodeinfo = scope.lookupvar('site::allnodeinfo') dbs = [] allnodeinfo.keys.sort.each do |node| -- 2.20.1