From: mh Date: Sat, 21 Feb 2009 18:04:52 +0000 (+0000) Subject: do not quote default! X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=62ba8525f1b0176d1b8fc7ecf2f1322cd68eacba;p=puppet-sshd.git do not quote default! --- diff --git a/manifests/init.pp b/manifests/init.pp index 4e5f824..04484ca 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -295,7 +295,7 @@ define sshd::ssh_authorized_key( 'absent': { case $user { 'root': { $real_target = '/root/.ssh/authorized_keys' } - 'default': { $real_target = "/home/${user}/.ssh/authorized_keys" } + default: { $real_target = "/home/${user}/.ssh/authorized_keys" } } } default: {