diff options
author | varac <varacanero@zeromail.org> | 2015-12-02 11:49:08 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-12-02 11:49:08 +0100 |
commit | 47ff7f7d7e1a991b5a7889870521033ab177e3a6 (patch) | |
tree | cc204dc36ae697ff532d06226f70ecba7781d827 /puppet/modules/site_sshd | |
parent | e2444e41f42cc21796bcc45d0363105893d8a348 (diff) |
[deprec] use @ in front of erb template tags
Diffstat (limited to 'puppet/modules/site_sshd')
-rw-r--r-- | puppet/modules/site_sshd/templates/authorized_keys.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_sshd/templates/authorized_keys.erb b/puppet/modules/site_sshd/templates/authorized_keys.erb index 69f4d8e6..51bdc5b3 100644 --- a/puppet/modules/site_sshd/templates/authorized_keys.erb +++ b/puppet/modules/site_sshd/templates/authorized_keys.erb @@ -1,7 +1,7 @@ # NOTICE: This file is autogenerated by Puppet # all manually added keys will be overridden -<% keys.sort.each do |user, hash| -%> +<% @keys.sort.each do |user, hash| -%> <% if user == 'monitor' -%> command="/usr/bin/check_mk_agent",no-port-forwarding,no-x11-forwarding,no-agent-forwarding,no-pty,no-user-rc, <%=hash['type']-%> <%=hash['key']%> <%=user%> <% else -%> |