fixed typo

This commit is contained in:
mh 2008-01-03 17:32:10 +00:00
parent 6656f7463c
commit b19586546a

View file

@ -58,9 +58,9 @@ define user::define_user(
}
case $ssh_key {
'': {},
'': {}
default: {
ssh::deploy_auth_key{"user_sshkey_${name}": source => $real_ssh_key, user => $name, target_dir => '', group => $name}
},
}
}
}