This message was deleted.
# puppet
s
This message was deleted.
c
Hey!
This seems like a legit request though my team do not manage the core modules
Maybe @binford2k can direct us to the right person
b
oh I assumed they are owned by CAT as well
b
nah. Currently the _core modules are owned by the core Puppet team.
we are currently working on issue tracking, but for now the
MODULES
project is probably your best bet. https://tickets.puppetlabs.com/browse/MODULES
@Brian Schonecker but first, did you try using
purge => true
on the
sshkey
resource?
b
I figured it out. I added resources {'sshkey': purge = true,}> to my manifest and the extraneous ssh keys were purged. Can someone explain why the sshkey resource doesn't support the purge parameter yet the 'resources' trick above works?
b
the
resources
resource is a "metaresource" that exists basically to manage how other types work. Generally speaking, if a type can list all instances and ensure absent as well as present, then it can be purged in this way.