view modules/apt/examples/key.pp @ 482:d83de9b3a62b default tip

Update hiera.yaml within Puppet config Forgot that we manage it from here. Now has content to match new packages
author IBBoard <dev@ibboard.co.uk>
date Fri, 30 Aug 2024 16:10:36 +0100
parents 3fce34f642f1
children
line wrap: on
line source

# Declare Apt key for apt.puppetlabs.com source
apt::key { 'puppetlabs':
  id      => 'D6811ED3ADEEB8441AF5AA8F4528B6CD9E61EF26',
  server  => 'keyserver.ubuntu.com',
  options => 'http-proxy="http://proxyuser:proxypass@example.org:3128"',
}