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 řádky
68 B
Puppet
4 řádky
68 B
Puppet
class { 'apt': }
|
|
class { 'apt::release':
|
|
release_id => 'karmic'
|
|
}
|