Merge remote-tracking branch 'upstream/master' into merge_master_to_next
[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': }