Update .gitignore
[puppet-modules/puppetlabs-apt.git] / tests / ppa.pp
index 495866c15bd24fd1033ff28cb68a8efd1e1b6b77..e728f6f10f50e6ea1a9881c14df7096645062f15 100644 (file)
@@ -1,2 +1,4 @@
 class { 'apt': }
-apt::ppa{ 'foo': }
+
+# Example declaration of an Apt PPA
+apt::ppa{ 'ppa:openstack-ppa/bleeding-edge': }