Merge pull request #187 from ghoneycutt/style_for_class_with_no_params
[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': }