(ISSUE-1036) Conditional `gnupg` include added to init.pp
[puppet-modules/puppetlabs-apt.git] / examples / ppa.pp
1 class { 'apt': }
2
3 # Example declaration of an Apt PPA
4 apt::ppa { 'ppa:openstack-ppa/bleeding-edge': }