X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=spec%2Fclasses%2Fdebian_unstable_spec.rb;h=14d8650ffe3d3b639dff29211743ee39337fc9ce;hb=6bf1ac351f9982c93b99ef828076bae3317406ed;hp=f5ed4558a755df22882842a130870d1eccc59466;hpb=01cff19fa872fed5dc44284b02856a74823ba0e7;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/spec/classes/debian_unstable_spec.rb b/spec/classes/debian_unstable_spec.rb index f5ed455..14d8650 100644 --- a/spec/classes/debian_unstable_spec.rb +++ b/spec/classes/debian_unstable_spec.rb @@ -1,13 +1,13 @@ require 'spec_helper' describe 'apt::debian::unstable', :type => :class do - let(:facts) { { :lsbdistid => 'Debian' } } + let(:facts) { { :lsbdistid => 'Debian', :osfamily => 'Debian' } } it { should contain_apt__source("debian_unstable").with({ "location" => "http://debian.mirror.iweb.ca/debian/", "release" => "unstable", "repos" => "main contrib non-free", "required_packages" => "debian-keyring debian-archive-keyring", - "key" => "55BE302B", + "key" => "A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553", "key_server" => "subkeys.pgp.net", "pin" => "-10" })