module-puppetlabs-apt/tests/release.pp
Ryan Coleman 41cedbb7ba (#13261) Add real examples to smoke tests.
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.
2012-03-26 16:31:49 -07:00

4 lignes
68 o
Puppet

class { 'apt': }
class { 'apt::release':
release_id => 'karmic'
}