Hey;

Both are ver 4.5.  Sorry; should have added that.  Just seems like I'm 
missing something fairly simple.  It's not like the class is all that 
involved.

thanks

Doug

On Tuesday, July 19, 2016 at 8:40:57 AM UTC-5, dkoleary wrote:
>
> Hey;
>
> I'm trying to add/delete ssh key from a specific user.  Adding keys works; 
> however, removing them doesn't.
>
> Here's what I have:
>
>   ssh_authorized_key { 'dkoleary':
>     ensure  => absent,
>     key     => '[[long_key_snipped]]',
>     type    => 'ssh-dss',
>     user    => 'dkoleary',
>   }
>
>
> Anyone see what I'm missing?  As I said, the 'ensure => present' works... 
> just can't seem to remove the specific key.
>
> Thanks
>
> Doug O'Leary
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0d40aaf2-7f4e-416a-9472-c4293d4c79ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to