Skip to content
Snippets Groups Projects
Commit 70058f1d authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Add spec for postfix::mta, do not include postfix anymore

parent f57be8bc
No related branches found
No related tags found
No related merge requests found
require 'spec_helper'
describe 'postfix::mta' do
let (:facts) { {
:needs_postfix_class_with_params => true,
:osfamily => 'Debian',
} }
it { should contain_postfix__config('mydestination').with_value('bar') }
it { should contain_postfix__config('mynetworks').with_value('baz') }
it { should contain_postfix__config('relayhost').with_value('foo') }
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment