Title: Message Title
Felix Frank commented on an issue
Puppet / Bug PUP-2635
user purge_ssh_keys not purged
I'm using Puppet 3.6.0 on Ubuntu 12.04 and I'm trying to purge unmanaged ssh authorized keys.

I've added this code to my manifest:

{code}
user { 'ubuntu':
  purge_ssh_keys => true,
  home => '/home/ubuntu',
}
{code}

However, no keys are purged. I do see the following lines in the agent debug output:

{noformat}
Debug: /Stage[main]/Role...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to