Project

General

Profile

« Previous | Next » 

Revision 2a616445

Added by Justin Sherrill almost 10 years ago

Refs #5029 - specify inital org and location

View differences:

modules/apache/spec/classes/mod/auth_kerb_spec.rb
let :pre_condition do
'include apache'
end
context "on a Debian OS" do
context "on a Debian OS", :compile do
let :facts do
{
:osfamily => 'Debian',
......
it { should contain_apache__mod("auth_kerb") }
it { should contain_package("libapache2-mod-auth-kerb") }
end
context "on a RedHat OS" do
context "on a RedHat OS", :compile do
let :facts do
{
:osfamily => 'RedHat',
......
it { should contain_apache__mod("auth_kerb") }
it { should contain_package("mod_auth_kerb") }
end
context "on a FreeBSD OS" do
context "on a FreeBSD OS", :compile do
let :facts do
{
:osfamily => 'FreeBSD',

Also available in: Unified diff