Merge pull request #345 from mhaskel/merge_1.5.x_changes
[puppet-modules/puppetlabs-apt.git] / spec / classes / debian_unstable_spec.rb
index f5ed4558a755df22882842a130870d1eccc59466..8477a39e580a84c084ae9fdc8001b7ebff3afcb4 100644 (file)
@@ -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"               => "46925553",
       "key_server"        => "subkeys.pgp.net",
       "pin"               => "-10"
     })