summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-03 17:31:17 +0000
committermh <mh@immerda.ch>2008-01-03 17:31:17 +0000
commit6656f7463c3a1fa5d97ffd962bce92068f24cc34 (patch)
treee757335deaca09bb6e602916e501ed9829b96f19
parent0d4f2e1e82947a570a4041ea26c7f7e1effe89c7 (diff)
fixed typo
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 3b5ed2f..3858735 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -58,8 +58,8 @@ define user::define_user(
}
case $ssh_key {
- '' => {},
- default => {
+ '': {},
+ default: {
ssh::deploy_auth_key{"user_sshkey_${name}": source => $real_ssh_key, user => $name, target_dir => '', group => $name}
},
}