fixed typo
This commit is contained in:
parent
6656f7463c
commit
b19586546a
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ define user::define_user(
|
||||||
}
|
}
|
||||||
|
|
||||||
case $ssh_key {
|
case $ssh_key {
|
||||||
'': {},
|
'': {}
|
||||||
default: {
|
default: {
|
||||||
ssh::deploy_auth_key{"user_sshkey_${name}": source => $real_ssh_key, user => $name, target_dir => '', group => $name}
|
ssh::deploy_auth_key{"user_sshkey_${name}": source => $real_ssh_key, user => $name, target_dir => '', group => $name}
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue