search for: dduck_add

Displaying 1 result from an estimated 1 matches for "dduck_add".

2007 May 10
3
Bug or misconfiguration? Trying to add local user in NIS environment
Hello - Is the following a configuration issue (which is usually the case) or a bug? I''m trying to ensure a local user is present in a NIS environment using the following recipie: class dduck_add { user { "dduckl": ensure => present, uid => 60030, gid => "100", groups => "users", home => "/dduck", managehome => true,...