Add a $key_options parameter, which need to work apt-key via proxy.
[puppet-modules/puppetlabs-apt.git] / tests / ppa.pp
index 24310ef6671214c753179afd04188e5ae1a5d2d7..e728f6f10f50e6ea1a9881c14df7096645062f15 100644 (file)
@@ -1 +1,4 @@
-apt::ppa{ 'foo': }
+class { 'apt': }
+
+# Example declaration of an Apt PPA
+apt::ppa{ 'ppa:openstack-ppa/bleeding-edge': }