This commit modifies some smoke tests with real-world usage examples
instead of providing things like 'foo' that the module user must
replace in order to conduct a smoke test or try out example functionality.
class { 'apt': }
-apt::builddep{ 'foo': }
+apt::builddep{ 'glusterfs-server': }
class { 'apt': }
-apt::ppa{ 'foo': }
+
+# Example declaration of an Apt PPA
+apt::ppa{ 'ppa:openstack-ppa/bleeding-edge': }
class { 'apt': }
class { 'apt::release':
- release_id => 'foo'
+ release_id => 'karmic'
}
class { 'apt': }
# Install the puppetlabs apt source
+# Release is automatically obtained from lsbdistcodename fact if available.
apt::source { 'puppetlabs':
location => 'http://apt.puppetlabs.com',
repos => 'main',