X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fclasses%2Fdebian_testing_spec.rb;h=6e0332652feb24524960e355c8a36ae34bac50fc;hb=20ddb6771466e8db0135f74a6ee40fa897632234;hp=ca55ef687bd100c54cea2af8f2851ad28767471b;hpb=450fadb86a507fc8d268aec8ab872ab502db992c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/classes/debian_testing_spec.rb b/spec/classes/debian_testing_spec.rb index ca55ef6..6e03326 100644 --- a/spec/classes/debian_testing_spec.rb +++ b/spec/classes/debian_testing_spec.rb @@ -1,13 +1,13 @@ require 'spec_helper' describe 'apt::debian::testing', :type => :class do - let(:facts) { { :lsbdistid => 'Debian' } } + let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian' } } it { should contain_apt__source("debian_testing").with({ "location" => "http://debian.mirror.iweb.ca/debian/", "release" => "testing", "repos" => "main contrib non-free", "required_packages" => "debian-keyring debian-archive-keyring", - "key" => "55BE302B", + "key" => "46925553", "key_server" => "subkeys.pgp.net", "pin" => "-10" })