Make staticsync a module and update references
[mirror/dsa-puppet.git] / modules / ssh / templates / sshd_config.erb
index fb38fe0..870f16f 100644 (file)
@@ -45,12 +45,12 @@ Subsystem sftp /usr/lib/openssh/sftp-server
 
 UsePAM yes
 
-AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u /etc/ssh/userkeys/%u.more
+AuthorizedKeysFile /etc/ssh/userkeys/%u /var/lib/misc/userkeys/%u /etc/ssh/userkeys/%u.more /etc/ssh/puppetkeys/%u
 
 PasswordAuthentication no
 
 <%=
-  allnodeinfo = scope.lookupvar('site::allnodeinfo')
+  allnodeinfo = scope.lookupvar('deprecated::allnodeinfo')
   out = ''
   settings = '#  Banner "You are coming from a debian.org host."'
   allnodeinfo.keys.sort.each do |node|