search for: dotssh

Displaying 2 results from an estimated 2 matches for "dotssh".

2010 Oct 08
2
New user - Issue using Generic::Mkuser in the ghoneycutt/generic module.
...quot; ], require => Generic::Mkuser[hadoop] } } ----- modules/generic/manifest/init.pp ----- class generic { include ssh define mkuser ($uid, $gid = undef, $group = undef, $shell = "/bin/ bash", $home = undef, $ensure = "present", $manageho me = true, $dotssh = "ensure", $comment = "created via puppet", $groups = undef, $password = "!!", $symlink = undef, $mode = undef) { ... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to p...
2012 Mar 30
2
Does create_resources support virtual resources?
...) create_resources("@users::mkgroup",$system_groups) } # class users The define (in mkuser.pp): define users::mkuser ( $uid, $gid = undef, $group = undef, $shell = ''/bin/bash'', $home = undef, $ensure = ''present'', $managehome = true, $dotssh = ''ensure'', $comment = ''created via puppet'', $groups = undef, $password = undef, $symlink = undef, $mode = undef ) { <SNIP> } The error: err: Could not retrieve catalog from remote server: Error 400 on SERVER: could not create resource of unkno...