Merge pull request #226 from mark0n/master
[puppet-modules/puppetlabs-apt.git] / tests / ppa.pp
1 class { 'apt': }
2
3 # Example declaration of an Apt PPA
4 apt::ppa{ 'ppa:openstack-ppa/bleeding-edge': }