aboutsummaryrefslogtreecommitdiff
path: root/templates/sshd_config/CentOS_normal.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-09-26 17:23:39 -0400
committerMicah Anderson <micah@riseup.net>2008-09-26 17:23:39 -0400
commit0a0236b107d255941c75305e0689f52551774435 (patch)
tree6ebb449f60892f436638d80bdbd8f261f884e6be /templates/sshd_config/CentOS_normal.erb
parent19b49e80ee3b468ce1754f7b5dd62995f37b5e86 (diff)
downloadpuppet-sshd-0a0236b107d255941c75305e0689f52551774435.tar.gz
puppet-sshd-0a0236b107d255941c75305e0689f52551774435.tar.bz2
fix a set of duplicated sshd words in the variables
Diffstat (limited to 'templates/sshd_config/CentOS_normal.erb')
-rw-r--r--templates/sshd_config/CentOS_normal.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/CentOS_normal.erb b/templates/sshd_config/CentOS_normal.erb
index a5c9c89..dc57680 100644
--- a/templates/sshd_config/CentOS_normal.erb
+++ b/templates/sshd_config/CentOS_normal.erb
@@ -50,7 +50,7 @@ RSAAuthentication yes
RSAAuthentication no
<%- end %>
-<%- if real_sshd_sshd_pubkey_authentication.to_s == 'yes' then %>
+<%- if real_sshd_pubkey_authentication.to_s == 'yes' then %>
PubkeyAuthentication yes
<%- else %>
PubkeyAuthentication no