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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c07befcb-e14f-47ab-be3b-98972fa27434%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to