What version is your master / agent ?
Dan White | d_e_wh...@icloud.com
------------------------------------------------
“Sometimes I think the surest sign that intelligent life exists elsewhere in the 
universe is that none of it has tried to contact us.”  (Bill Waterson: Calvin & 
Hobbes)

On Jul 19, 2016, at 09:41 AM, dkoleary <dkole...@olearycomputers.com> 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 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.

--
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/2566ec6e-b366-4fcc-94a3-a6af7448676f%40me.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to