]> gitweb.fluxo.info Git - puppet-user.git/commitdiff
New param sshkey_options (2)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Jul 2015 16:57:59 +0000 (13:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Jul 2015 16:57:59 +0000 (13:57 -0300)
manifests/init.pp

index 4826fd2b54a6cd17b14953df7b78885e04f71b22..187c16043db926a9fc60ae46e1cd05e860f9a6d9 100644 (file)
@@ -19,7 +19,7 @@ class user {
     $password         = 'absent',
     $shell            = 'absent',
     $sshkey           = 'absent',
-    $sshkey_options   = '',
+    $sshkey_options   = [],
     $sshkey_type      = 'absent',
     $membership       = 'minimum',
     $ticket           = false,