On Tue, 9 Nov 2010 06:24:21 -0800 (PST)
jcbollinger jcbollinger wrote:
> I'm not sure you've fully appreciated Bruce's remarks and advice. No,
Yes, I did.
I was playing at test instance, and had some options when wanted to
create home for certain users:
1.-) modify our local script that translates nis-users. add some case
statement that adds managehome=>true.
2.-) add case at type default (which is $HEADER in our script)
I choose 2, I did not work, I wanted to ask and undesrtand "type
defaults" a little more.
I do use the code you and Bruce show. i.e.:
class computing_ssh {
File {
ensure => present,
owner => 'root',
group => 'root',
mode => 644,
}
[...]
'sshd_config' :
name => '/etc/ssh/sshd_config',
mode => 400,
[...]
Thanks for the pam explanation, didn't know.
Anyway, I'll leave our local script as it is, add some file entry for
those homes, and modify the script when I have more time.
> Cheers,
> John
Thanks for your reply,
Arnau
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.