[Puppet Users] Re: Removing a user from a group

2008-10-12 Thread Aj
Check the type ref, there is a membership => param that'll do this. On 13/10/2008, at 4:03 PM, "Brian Mathis" <[EMAIL PROTECTED]> wrote: > > How does one remove a user from a group? > > An example would be that I have user "joe" defined like this: >@user { "joe": >ensur

[Puppet Users] Removing a user from a group

2008-10-12 Thread Brian Mathis
How does one remove a user from a group? An example would be that I have user "joe" defined like this: @user { "joe": ensure => present, uid=> 1001, managehome => true, shell => "/bin/bash", g

[Puppet Users] Re: Proposed refactoring of ssh_authorized_keys

2008-10-12 Thread Peter Meier
Hi > You're correct, let's move that discussion into the mailing-list > instead of chatting in the tickets. +1 > In #1644 you wrote: > >> In my opinion, the proper design would be to have ONE >> ssh_authorized_key resource per user, and that you should be able >> to provide an array for both t