Kenyon Ralph

Results 179 comments of Kenyon Ralph

> Maybe puppetlabs-apt's apt::source type needs a way to specify the `signed-by` value without actually managing any file resources. Sigh, nevermind, I forgot that this already exists, the `keyring` parameter...

> For some reason absolute_path for Debian systems is statically set to 'present' in install.pp. I think this should read "For some reason `package_version` for Debian systems is statically set...

This is probably because you are using the Debian distribution-packaged puppet-agent package, which doesn't include the https://github.com/puppetlabs/puppetlabs-sshkeys_core/ module, like the Puppet-packaged "all in one" puppet-agent package.

Right, so you need to add sshkeys_core to your Puppetfile.

It's just the md5sum of the key to ensure uniqueness. See https://puppet.atlassian.net/browse/MODULES-10867 and #340.

Do you want to make a pull request that adds this to the module's documentation?

We need tests to pass in #303.

> > Thanks for the contribution! This will need tests in order to be merged. > > Are the tests done ? No, someone needs to write them and add...