From: Silvio Rhatto Date: Tue, 14 Jul 2015 16:57:59 +0000 (-0300) Subject: New param sshkey_options (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c45475e9e3f5fc3dad9cc110e1de7ca26166c41f;p=puppet-user.git New param sshkey_options (2) --- 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,