summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 4826fd2..187c160 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,7 +19,7 @@ class user {
$password = 'absent',
$shell = 'absent',
$sshkey = 'absent',
- $sshkey_options = '',
+ $sshkey_options = [],
$sshkey_type = 'absent',
$membership = 'minimum',
$ticket = false,