summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-03 17:32:10 +0000
committermh <mh@immerda.ch>2008-01-03 17:32:10 +0000
commitb19586546af8524b1cdd823146da1909716b9280 (patch)
tree9b6093c280ebced483c5c3ce913d1a421f41db9d
parent6656f7463c3a1fa5d97ffd962bce92068f24cc34 (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 3858735..8f56106 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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}
- },
+ }
}
}