diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |