Project

General

Profile

Download (512 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'spec_helper'
describe 'apt::debian::unstable', :type => :class do
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_server" => "subkeys.pgp.net",
"pin" => "-10"
})
}
end
(4-4/7)