key.pp 213 Bytes Edit Raw Blame History 1 2 3 4 5 6 # Declare Apt key for apt.puppetlabs.com source apt::key { 'puppetlabs': key => '4BD6EC30', key_server => 'pgp.mit.edu', key_options => 'http-proxy="http://proxyuser:proxypass@example.org:3128"', }