X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=tests%2Fsource.pp;h=9ebcd5209ed4428b5c42295bfda41e94a6681132;hb=7116c7a62494789ed377c45a4efe21b8a6a1264c;hp=a8702cf58a36c05bfc24f2d1caf1ed2fccdab848;hpb=1ead0bf3abbc1e683c9095e486ecd992d76d4b57;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/tests/source.pp b/tests/source.pp index a8702cf..9ebcd52 100644 --- a/tests/source.pp +++ b/tests/source.pp @@ -1,13 +1,12 @@ +# Declare the apt class to manage /etc/apt/sources.list and /etc/sources.list.d class { 'apt': } -apt::source { 'foo': - location => '', - release => 'karmic', - repos => 'main', - include_src => true, - required_packages => false, - key => false, - key_server => 'keyserver.ubuntu.com', - pin => '600', + +# Install the puppetlabs apt source +apt::source { 'puppetlabs': + location => 'http://apt.puppetlabs.com', + repos => 'main', + key => '4BD6EC30', + key_server => 'pgp.mit.edu', } # test two sources with the same key