41cedbb7ba
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.
4 lines
101 B
Puppet
4 lines
101 B
Puppet
class { 'apt': }
|
|
|
|
# Example declaration of an Apt PPA
|
|
apt::ppa{ 'ppa:openstack-ppa/bleeding-edge': }
|